var fDesc=new Array(); fDesc[0] = "ReportTool is an easy-to-use, visual report writer that allows developers to build advanced Windows reporting functionality into their applications. It offers unprecedented flexibility and power in both ad hoc and production querying and report writing.
ReportTool is a full featured ODBC compliant report writer, having the full depth of features as the market leaders and surpassing them in many areas, such as Crosstab report features and Charting capability.

Main Features:
- Bundled as the reporting module by industry leaders
- Private labeling to match developers products
- ODBC compliant, plus support for non SQL and proprietary databases
- C and OLE automation interfaces
- Embedded VBA scripting language
- Multiple data source viewing in one document
- Report templates, extensive and flexible charts and graphs capabilities."; 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 = ''; } }