|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Specifies the Report Format Type for scheduling the export of a report.
Note: If the format is not specifically listed below, then it is not currently supported.
| Field Summary | |
static int |
CRYSTAL_REPORT
Format as a Crystal Reports file. |
static int |
EXCEL
Format as a Microsoft Excel spreadsheet. |
static int |
EXCEL_DATA_ONLY
Format as raw data values. |
static int |
PDF
Format as an Adobe PDF document. |
static int |
RTF
Format as a Rich Text Format document. |
static int |
RTF_EDITABLE
Format as a Rich Text Format document. |
static int |
TEXT_CHARACTER_SEPARATED
Format as a text file with character separated values. |
static int |
TEXT_PAGINATED
Format as a paginated text file. |
static int |
TEXT_PLAIN
Format as a plain text file. |
static int |
TEXT_TAB_SEPARATED
Format as a text file with tab separated values. |
static int |
TEXT_TAB_SEPARATED_TEXT
Format as a set of data records, layout is not exported. |
static int |
USER_DEFINED
Format as a user defined type. |
static int |
WORD
Format as a Microsoft Word document. |
| Field Detail |
public static final int CRYSTAL_REPORT
Format as a Crystal Reports file.
public static final int EXCEL
Format as a Microsoft Excel spreadsheet.
public static final int WORD
Format as a Microsoft Word document.
public static final int PDF
Format as an Adobe PDF document.
public static final int RTF
Format as a Rich Text Format document.
public static final int TEXT_PLAIN
Format as a plain text file.
public static final int TEXT_PAGINATED
Format as a paginated text file.
public static final int TEXT_TAB_SEPARATED
Format as a text file with tab separated values.
public static final int TEXT_CHARACTER_SEPARATED
Format as a text file with character separated values.
public static final int EXCEL_DATA_ONLY
Format as raw data values.
public static final int TEXT_TAB_SEPARATED_TEXT
Format as a set of data records, layout is not exported.
public static final int RTF_EDITABLE
Format as a Rich Text Format document.
public static final int USER_DEFINED
Format as a user defined type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||