Class JasperPNGOutputGenerator
java.lang.Object
net.datenwerke.rs.base.service.reportengines.jasper.output.generator.JasperOutputGeneratorImpl
net.datenwerke.rs.base.service.reportengines.jasper.output.generator.JasperPNGOutputGenerator
- All Implemented Interfaces:
JasperOutputGenerator,ReportOutputGenerator
-
Constructor Summary
Constructors -
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
-
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.
-