var fDesc=new Array(); fDesc[0] = "ComponentOne Reports™ for .NET Designer Edition provides Microsoft Access-style database reporting, royalty-free run-time distribution, source code to customize and integrate into your designer applications, barcode support, gradient fields, and more for your reporting applications. Create, edit, load, and save XML report definition files easily and in less time than ever before. Reports for WinForms provides the report generating component, C1Report, several print preview controls for displaying reports and a report scheduler application. C1ReportDesigner is a Windows Forms control that provides the ability to design and edit report definitions that can be used with the C1Report and preview controls. Developers can use the C1ReportDesigner control to incorporate some report design features into applications, or write unique full-fledged report designer applications. Reports for .NET Designer Edition includes all Studio for WinForms controls. Add over 65 additional WinForms controls to your toolbox. Use these controls to customize your report designer. You can implement a full Ribbon UI, add Visual Studio-like docking, render charts and gauges in your reports, embed Help, add spell-checking and more!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }