Class BirtXLSOutputGenerator
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.generator.BirtOutputGeneratorImpl
net.datenwerke.rs.birt.service.reportengine.output.generator.BirtXLSOutputGenerator
- All Implemented Interfaces:
BirtOutputGenerator,ReportOutputGenerator
-
Field Summary
Fields -
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
-
Field Details
-
CONFIG_FILE
- See Also:
-
XLS_EXPORT_FORMAT_PROPERTY
- See Also:
-
-
Constructor Details
-
BirtXLSOutputGenerator
-
-
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.
-