Version

IExportOptions Interface Members

The following tables list the members exposed by IExportOptions.

Public Properties
 NameDescription
 PropertyExcludeCrossFieldRecordFiltersDetermines if cross field record filter criteria of the DataPresenter is honored during the exporting process.  
 PropertyExcludeExpandedStateDetermines if each record's IsExpanded state is honored during the exporting process.  
 PropertyExcludeFieldLayoutSettingsDetermines if the FieldLayoutSettings of the DataPresenter are honored during the exporting process.  
 PropertyExcludeFieldSettingsDetermines if the FieldSettings of the DataPresenter are honored during the exporting process.  
 PropertyExcludeGroupBySettingsDetermines if the groupby settings of the DataPresenter are honored during the exporting process.  
 PropertyExcludeRecordFiltersDetermines if record filter criteria of the DataPresenter is honored during the exporting process.  
 PropertyExcludeRecordVisibilityDetermines if each record's Visibility setting of the DataPresenter is honored during the exporting process.  
 PropertyExcludeSortOrderDetermines if the sorted fields of the DataPresenter are honored during the exporting process.  
 PropertyExcludeSummariesDetermines if the summary settings of the DataPresenter are honored during the exporting process.  
See Also