public class CrystalCSVOutputGenerator extends CrystalOutputGeneratorImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
CSV_LINE_SEPARATOR_PROPERTY |
static java.lang.String |
CSV_QUOTATION_PROPERTY |
static java.lang.String |
CSV_SEPARATOR_PROPERTY |
| Constructor and Description |
|---|
CrystalCSVOutputGenerator(HookHandlerService hookHandler,
ConfigService configService) |
| Modifier and Type | Method and Description |
|---|---|
CompiledRSCrystalReport |
exportReport(java.lang.Object reportClientDoc,
java.lang.String outputFormat,
ReportExecutionConfig... configs) |
CompiledReport |
getFormatInfo()
Returns an empty
CompiledReport object to specify the type of report
that is generated by this generator. |
java.lang.String[] |
getFormats() |
isCatchAllpublic static final java.lang.String CONFIG_FILE
public static final java.lang.String CSV_LINE_SEPARATOR_PROPERTY
public static final java.lang.String CSV_SEPARATOR_PROPERTY
public static final java.lang.String CSV_QUOTATION_PROPERTY
public CrystalCSVOutputGenerator(HookHandlerService hookHandler, ConfigService configService)
public java.lang.String[] getFormats()
public CompiledRSCrystalReport exportReport(java.lang.Object reportClientDoc, java.lang.String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException
ReportExecutorExceptionpublic CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.