Issue moved from:
https://sourceforge.net/tracker/index.php?func=detail&aid=1275579&group_id=36382&atid=416706
Consult the original issue for any attachments.
[ 1275579 ] exportReportToXXXStream methods
Submitted By: Thomas - ftlhs
Date Submitted: 2005-08-29 01:09
Last Updated By: Item Submitter - Tracker Item Submitted
Date Last Updated: No updates since submission
Number of Comments: 0
Number of Attachments: 0
Assigned To: Nobody/Anonymous
Priority: 5
Summary:
exportReportToXXXStream methods
the following methods would be very helpful:
/** Exports the generated report object supplied as the first parameter into HTML format, and writes the result to the output stream specified by the second parameter.
Image generating is omitted. */
JasperExportManager::exporReportToHtmlStream(JasperPrint
jasperPrint, java.io.OutputStream outputStream)
/** Exports the generated report object supplied as the first parameter into XLS format, and writes the result to the output stream specified by the second parameter.
Default XLS parameters are used. */ JasperExportManager::exporReportToHtmlStream(JasperPrint
jasperPrint, java.io.OutputStream outputStream)
/** Exports the generated report into XLS format, and writes the result to the output stream specified by the parameter. */
JRXlsExporter::exportReportToStream(java.io.OutputStream outputStream)
No follow-up comments have been posted.
No Files Currently Attached
Recommended Comments