Class CrystalCSVOutputGenerator
java.lang.Object
net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator.CrystalOutputGeneratorImpl
net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator.CrystalCSVOutputGenerator
- All Implemented Interfaces:
ReportOutputGenerator,CrystalOutputGenerator
Exports a crystal report to CSV.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCrystalCSVOutputGenerator(HookHandlerService hookHandler, ConfigService configService) -
Method Summary
Modifier and TypeMethodDescriptionexportReport(Object reportClientDoc, 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.crystal.service.crystal.reportengine.output.generator.CrystalOutputGeneratorImpl
isCatchAll
-
Field Details
-
CONFIG_FILE
- See Also:
-
CSV_LINE_SEPARATOR_PROPERTY
- See Also:
-
CSV_SEPARATOR_PROPERTY
- See Also:
-
CSV_QUOTATION_PROPERTY
- See Also:
-
-
Constructor Details
-
Method Details
-
getFormats
- Returns:
- The generator's format
-
exportReport
public CompiledRSCrystalReport exportReport(Object reportClientDoc, String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException - Throws:
ReportExecutorException
-
getFormatInfo
Description copied from interface:ReportOutputGeneratorReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator.
-