Interface JasperOutputGenerator
- All Superinterfaces:
ReportOutputGenerator
- All Known Implementing Classes:
JasperCsvOutputGenerator,JasperHTMLOutputGenerator,JasperOutputGeneratorImpl,JasperPDFOutputGenerator,JasperPNGOutputGenerator,JasperRTFOutputGenerator,JasperXLSOutputGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoidadjustDesign(JasperDesign jasperDesign, String outputFormat, ReportExecutionConfig... configs) May adjust the design according to the output format.exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) Methods inherited from interface net.datenwerke.rs.core.service.reportmanager.output.ReportOutputGenerator
getFormatInfo, getFormats, isCatchAll
-
Method Details
-
adjustDesign
May adjust the design according to the output format.- Parameters:
jasperDesign-outputFormat-
-
exportReport
CompiledRSJasperReport exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs)
-