public class BirtXLSOutputGenerator extends BirtOutputGeneratorImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
XLS_EXPORT_FORMAT_PROPERTY |
| Constructor and Description |
|---|
BirtXLSOutputGenerator(ConfigService configService) |
| Modifier and Type | Method and Description |
|---|---|
CompiledRSBirtReport |
exportReport(java.lang.Object oRunAndRenderTask,
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 XLS_EXPORT_FORMAT_PROPERTY
public BirtXLSOutputGenerator(ConfigService configService)
public CompiledRSBirtReport exportReport(java.lang.Object oRunAndRenderTask, java.lang.String outputFormat, ReportExecutionConfig... configs)
public java.lang.String[] getFormats()
public CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.