|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportOptions
This interface provides properties and methods for retrieving information and setting options for exporting your report (such as export format and destination).
| Method Summary | |
|---|---|
ReportExportFormat |
getExportFormatType()
Returns the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.). |
java.lang.Object |
getFormatOptions()
Returns the formatting options specified for the export format type. |
void |
setExportFormatType(ReportExportFormat exportFormatType)
Sets the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.). |
void |
setFormatOptions(IExportFormatOptions formatOptions)
For internal use only |
void |
setFormatOptions(java.lang.Object formatOptions)
|
| Method Detail |
|---|
ReportExportFormat getExportFormatType()
Returns the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.).
ReportExportFormat object that specifies the format type of the
exported report.java.lang.Object getFormatOptions()
Returns the formatting options specified for the export format type.
IExportFormatOptions that specifies the
formatting options specified for the export format type.void setExportFormatType(ReportExportFormat exportFormatType)
Sets the format type for the exported report (for example, text, Microsoft Excel (97-2003), etc.).
exportFormatType - A ReportExportFormat object that specifies the format
type of the exported report.void setFormatOptions(java.lang.Object formatOptions)
void setFormatOptions(IExportFormatOptions formatOptions)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||