com.crystaldecisions.sdk.occa.report.exportoptions
Interface IExportFormatOptions

All Superinterfaces:
IClone
All Known Subinterfaces:
ICharacterSeparatedValuesExportFormatOptions, IDataOnlyExcelExportFormatOptions, IEditableRTFExportFormatOptions, IExcelExportFormatOptions, IPageBasedExportFormatOptions, IPDFExportFormatOptions, IRTFWordExportFormatOptions, ITextExportFormatOptions, IXMLExportFormatOptions
All Known Implementing Classes:
CharacterSeparatedValuesExportFormatOptions, DataOnlyExcelExportFormatOptions, EditableRTFExportFormatOptions, ExcelExportFormatOptions, PageBasedExportFormatOptions, PDFExportFormatOptions, RTFWordExportFormatOptions, TextExportFormatOptions, XMLExportFormatOptions

public interface IExportFormatOptions
extends IClone

This is the base interface for all export format options.

See Also:
IExportOptions

Method Summary
 void checkValidity(java.util.Locale locale)
          Verifies that the export options are valid for a given locale.
 

Method Detail

checkValidity

void checkValidity(java.util.Locale locale)
                   throws ReportSDKException
Verifies that the export options are valid for a given locale.

Parameters:
locale - the locale the options are being checked for
Throws:
ReportSDKException - if the options are not valid