var fDesc=new Array(); fDesc[0] = "With FastReport.Net, you can create application-independent .net reports. In other words, FastReport.Net can be used as a standalone reporting tool. See yourself:
* you can connect to any database, use any table from it or create a query;
* you can add dialogue form(s) to your report to ask some parameters before running a report;
* using built-in script, you can manage interaction between dialogue form’s controls, perform complex data handling;
* finally, you can view the result, print it and export to many common document formats.

Features:
* FastReport.Net is written in C# and contains only managed code. It is compatible with .NET Framework 2.0 and higher. .NET Framework 1.x is not supported.
* Full source code is available. You can customize your copy of FastReport.Net to match your needs.
* Reasonable price and licensing policy. For just a $349* you get a full-featured reporting solution with runtime royalty-free report engine and designer!
* Extendable FastReport.Net architecture allows you to create your own objects, export filters, wizards, DB engines. If existing abilities are not enough for you - extend it!
* Support RDL format - import and export. RDL with FastReport.Net comparison table
* Very compact and really Fast!"; 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 = ''; } }