public interface JasperReportExportService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
exportToExcel(JasperPrint filledReport)
Exports report to Excel
|
java.awt.image.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 occurjava.awt.image.BufferedImage exportToImage(JasperPrint filledReport)
throws JasperReportExportException
filledReport - report to exportJasperReportExportException - if any problem occurCopyright © 2018 SAP SE. All Rights Reserved.