|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface allows you to set the options when exporting a report to a text file with tab separated values.
| Nested Class Summary |
| Nested classes inherited from class com.crystaldecisions.sdk.plugin.desktop.common.ITextFormatSeparated |
ITextFormatSeparated.CeExportMode, ITextFormatSeparated.CeGroupSectionsOption, ITextFormatSeparated.CeReportSectionsOption |
| Method Summary | |
boolean |
isSameDateFormat()
Returns whether or not to use the same date formats as in the report. |
boolean |
isSameNumberFormat()
Returns whether or not to use the same number formats as in the report. |
void |
setSameDateFormat(boolean SameDate)
Sets whether or not to use the same date formats as in the report. |
void |
setSameNumberFormat(boolean SameNumber)
Sets whether or not to use the same number formats as in the report. |
| Methods inherited from interface com.crystaldecisions.sdk.plugin.desktop.common.ITextFormatSeparated |
getDelimiter, getExportMode, getGroupSectionsOption, getReportSectionsOption, getSeparator, setDelimiter, setExportMode, setGroupSectionsOption, setReportSectionsOption, setSeparator |
| Method Detail |
public boolean isSameNumberFormat()
throws SDKException
Returns whether or not to use the same number formats as in the report.
true if the same number formats as in the report will be used,
false otherwise.
SDKException - This is thrown if the process is unsuccessful.public void setSameNumberFormat(boolean SameNumber)
Sets whether or not to use the same number formats as in the report.
SameNumber - true if the same number formats as in the report will be used,
false otherwise.
public boolean isSameDateFormat()
throws SDKException
Returns whether or not to use the same date formats as in the report.
true if the same date formats as in the report will be used.
SDKException - This is thrown if the process is unsuccessful.public void setSameDateFormat(boolean SameDate)
Sets whether or not to use the same date formats as in the report.
SameDate - true if the same date formats as in the report will be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||