|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportFormatOptions
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 |
resetFormatOptions()
Clean the export option |
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 |
|---|
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
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.
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, IPDFFormat or IPaginatedTextFormat.
SDKException - This is thrown if the process is unsuccessful.ITextFormatCharacterSeparated,
ITextFormatTabSeparated,
ITextFormatPaginated,
ITextFormatPlain,
IExcelFormat,
IExcelDataOnlyFormat,
IRichTextFormat,
IRichTextFormatEditable,
IWordFormat,
IPDFFormat,
IPaginatedTextFormat
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.
void setUseExportOptionsInReport(boolean value)
throws SDKException
Sets a boolean that indicates if the report uses export options.
value - A boolean that indicates if the report uses export options.
SDKException
void resetFormatOptions()
throws SDKException
Clean the export option
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||