Class JasperXLSOutputGenerator
java.lang.Object
net.datenwerke.rs.base.service.reportengines.jasper.output.generator.JasperOutputGeneratorImpl
net.datenwerke.rs.base.service.reportengines.jasper.output.generator.JasperXLSOutputGenerator
- All Implemented Interfaces:
JasperOutputGenerator,ReportOutputGenerator
Exports a jasper report to PDF.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJasperXLSOutputGenerator(HookHandlerService hookHandler, ConfigService configService) -
Method Summary
Modifier and TypeMethodDescriptionexportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) Returns an emptyCompiledReportobject to specify the type of report that is generated by this generator.String[]Methods inherited from class net.datenwerke.rs.base.service.reportengines.jasper.output.generator.JasperOutputGeneratorImpl
adjustDesign, getConfig, hasConfig, isCatchAll
-
Field Details
-
CONFIG_FILE
- See Also:
-
XLS_EXPORT_FORMAT_PROPERTY
- See Also:
-
-
Constructor Details
-
Method Details
-
getFormats
- Returns:
- The generator's format
-
exportReport
public CompiledRSJasperReport exportReport(JasperPrint jasperPrint, String outputFormat, JasperReport report, User user, ReportExecutionConfig... configs) -
getFormatInfo
Description copied from interface:ReportOutputGeneratorReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator.
-