var fDesc=new Array(); fDesc[0] = "A powerful report design environment used with JasperReports and JasperReports Server. Build interactive reports from any data source, format the look and feel for print or on-screen reading, and export to a wide range of formats.

Features:
Visual design environment
Pixel-perfect report formatting allows complete control of each report element
Data source support of relational, non-relational, and custom sources
Sub-reports provide drill down to detail and report re-use
Productivity functions
Drag-and-drop design environment with re-usable table and list elements simplifies and reduces report development time
Crosstab, table, chart, and widget formats for clear display of data
Automatically generate highly interactive reports so users can sort, filter, and format their own table view
Integration and extensions
Ability to embed reports within a Java or web-based application
Report security and distribution through integration with JasperReports Server
Built-in expression editor applies conditions, scripts, and related logic to report elements"; 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 = ''; } }