Class CrystalTextOutputGenerator
java.lang.Object
net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator.CrystalOutputGeneratorImpl
net.datenwerke.rs.crystal.service.crystal.reportengine.output.generator.CrystalTextOutputGenerator
- All Implemented Interfaces:
ReportOutputGenerator,CrystalOutputGenerator
Exports a jasper report to PDF.
-
Constructor Summary
Constructors -
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
-
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.
-