|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface allows you to set the export format type for a report and retrieve specific export objects to set more detailed format options.
| Nested Class Summary | |
static interface |
IReportFormatOptions.CeReportFormat
Specifies the Report Format Type for scheduling the export of a report. |
| Method Summary | |
int |
getFormat()
Returns the export format type of this report. |
java.lang.Object |
getFormatInterface()
Returns the specific format interface. |
boolean |
isUseExportOptionsInReport()
Returns a boolean that indicates if the report uses export options.
|
void |
setFormat(int FormatType)
Sets the export format type of this report. |
void |
setUseExportOptionsInReport(boolean value)
Sets a boolean that indicates if the report uses export options.
|
| Method Detail |
public int getFormat()
Returns the export format type of this report.
int specifying the export format type of this report. This will
be of type CeReportFormat.IReportFormatOptions.CeReportFormat
public void setFormat(int FormatType)
throws SDKException
Sets the export format type of this report.
FormatType - An int of type CeReportFormat specifying the
export format type of this report.
SDKException - This is thrown if the process is unsuccessful.
public java.lang.Object getFormatInterface()
throws SDKException
Returns the specific format interface. This interface allows modification of Excel and Text formats.
Object containing the format specific interface. This can be one of the
following ITextFormatCharacterSeparated, ITextFormatTabSeparated,
ITextFormatPaginated, ITextFormatPlain, IExcelFormat, IExcelDataOnlyFormat,
IRichTextFormat, IRichTextFormatEditable, IWordFormat or IPDFFormat.
SDKException - This is thrown if the process is unsuccessful.ITextFormatCharacterSeparated,
ITextFormatTabSeparated,
ITextFormatPaginated,
ITextFormatPlain,
IExcelFormat,
IExcelDataOnlyFormat,
IRichTextFormat,
IRichTextFormatEditable,
IWordFormat,
IPDFFormat
public boolean isUseExportOptionsInReport()
throws SDKException
Returns a boolean that indicates if the report uses export options.
true if the report uses export options, and false otherwise.
SDKException - This is thrown if the process is unsuccessful.public void setUseExportOptionsInReport(boolean value)
Sets a boolean that indicates if the report uses export options.
value - A boolean that indicates if the report uses export options.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||