var fDesc=new Array(); fDesc[0] = "Seal Report is an open and powerful database reporting tool. It offers a complete framework for producing every day reports from any database.

The product focuses on an easy installation and report design: Once setup, reports can be built and published in a minute.

Seal Report is an Open Source for the Microsoft .Net Framework entirely written in C#.

Main Features:
- Dynamic SQL sources: Use either your SQL or let the Seal engine build dynamically the SQL used to query your database.
- Native Pivot Tables: Simply drag and drop elements directly in a pivot table (Cross Tab) and display them in your report.
- HTML5 Charts and Microsoft Charts: Define and display Chart Series in two mouse clicks.
- HTML5 Rendering using Razor engine: Use the power of HTML5 in the report result (Tabs, Tables sorting and filtering). Customize your report presentation in HTML with the Razor engine parsing.
- Web Report Server: Publish your reports on the web (requires Internet Information Server 7 or 8 with MVC4).
- Task Scheduler: Schedule your report executions and generate results in folders or send them by emails ((integrated with the Windows Tasks Scheduler).
- Low TCO (total cost of ownership): The product is designed for minimal ongoing maintenance."; 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 = ''; } }