public interface JasperReportExportService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
exportToExcel(JasperPrint filledReport)
Exports report to Excel
|
BufferedImage |
exportToImage(JasperPrint filledReport)
Exports report to image
|
byte[] |
exportToPdf(JasperPrint filledReport)
Exports report to PDF
|
byte[] exportToExcel(JasperPrint filledReport)
throws JasperReportExportException
filledReport - report to exportJasperReportExportException - if any problem occurbyte[] exportToPdf(JasperPrint filledReport)
throws JasperReportExportException
filledReport - report to exportJasperReportExportException - if any problem occurBufferedImage exportToImage(JasperPrint filledReport) throws JasperReportExportException
filledReport - report to exportJasperReportExportException - if any problem occurCopyright © 2017 SAP SE. All Rights Reserved.