Class BirtPNGOutputGenerator
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.generator.BirtOutputGeneratorImpl
net.datenwerke.rs.birt.service.reportengine.output.generator.BirtPNGOutputGenerator
- All Implemented Interfaces:
BirtOutputGenerator,ReportOutputGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexportReport(Object oRunAndRenderTask, String outputFormat, 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.birt.service.reportengine.output.generator.BirtOutputGeneratorImpl
isCatchAll
-
Constructor Details
-
BirtPNGOutputGenerator
public BirtPNGOutputGenerator()
-
-
Method Details
-
exportReport
public CompiledRSBirtReport exportReport(Object oRunAndRenderTask, String outputFormat, ReportExecutionConfig... configs) -
getFormats
- Returns:
- The generator's format
-
getFormatInfo
Description copied from interface:ReportOutputGeneratorReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator.
-