C.6 Exporting a Report
Use the following syntax to export a report to a particular format via direct URL:
{servletURL}?op=Replet&name={replet name}&outtype={export_type}¶m1=val1...
e.g.,
http://localhost:8080/sree/Reports?op=Replet&name=OrderList&outtype=PDF&customer=Rutgers+Bank&salesperson=Eric
The {export_type} can be one of the following:
• PDF: PDF file
• EXCEL: Excel spreadsheet
• EXCEL_SHEET: Excel spreadsheet without pagination
• RTF: RTF document
• RTF_LAYOUT: RTF document with pagination
• HTML: HTML document
• HTML_BUNDLE: HTML document and images in a zip file,
• CSV: Comma separated file.
| << C.5 Passing a Parameter to a Report | © 1996-2013 InetSoft Technology Corporation (v11.4) | C.7 Displaying a Page of a Generated Report >> |