com.crystaldecisions.sdk.plugin.desktop.common
Interface IReportFormatOptions.CeReportFormat

Enclosing interface:
IReportFormatOptions

public static interface IReportFormatOptions.CeReportFormat

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

CRYSTAL_REPORT

public static final int CRYSTAL_REPORT

Format as a Crystal Reports file.

See Also:
Constant Field Values

EXCEL

public static final int EXCEL

Format as a Microsoft Excel spreadsheet.

See Also:
Constant Field Values

WORD

public static final int WORD

Format as a Microsoft Word document.

See Also:
Constant Field Values

PDF

public static final int PDF

Format as an Adobe PDF document.

See Also:
Constant Field Values

RTF

public static final int RTF

Format as a Rich Text Format document.

See Also:
Constant Field Values

TEXT_PLAIN

public static final int TEXT_PLAIN

Format as a plain text file.

See Also:
Constant Field Values

TEXT_PAGINATED

public static final int TEXT_PAGINATED

Format as a paginated text file.

See Also:
Constant Field Values

TEXT_TAB_SEPARATED

public static final int TEXT_TAB_SEPARATED

Format as a text file with tab separated values.

See Also:
Constant Field Values

TEXT_CHARACTER_SEPARATED

public static final int TEXT_CHARACTER_SEPARATED

Format as a text file with character separated values.

See Also:
Constant Field Values

EXCEL_DATA_ONLY

public static final int EXCEL_DATA_ONLY

Format as raw data values.

See Also:
Constant Field Values

TEXT_TAB_SEPARATED_TEXT

public static final int TEXT_TAB_SEPARATED_TEXT

Format as a set of data records, layout is not exported.

See Also:
Constant Field Values

RTF_EDITABLE

public static final int RTF_EDITABLE

Format as a Rich Text Format document.

See Also:
Constant Field Values

USER_DEFINED

public static final int USER_DEFINED

Format as a user defined type.

See Also:
Constant Field Values