Version

ExportOptions Class Members

The following tables list the members exposed by ExportOptions.

Public Constructors
 NameDescription
Public ConstructorExportOptions Constructor  
Public Properties
 NameDescription
Public PropertyChildRecordCollectionSpacingGets or sets the amount of empty rows used as padding around a set of child records. Defaults to a single row.  
Public PropertyExcludeCrossFieldRecordFiltersDetermines if cross field record filter criteria of the DataPresenter is honored during the exporting process.  
Public PropertyExcludeExpandedStateDetermines if each record's IsExpanded state is honored during the exporting process.  
Public PropertyExcludeFieldLayoutSettingsDetermines if the FieldLayoutSettings of the DataPresenter are honored during the exporting process.  
Public PropertyExcludeFieldSettingsDetermines if the FieldSettings of the DataPresenter are honored during the exporting process.  
Public PropertyExcludeGroupBySettingsDetermines if the groupby settings of the DataPresenter are honored during the exporting process.  
Public PropertyExcludeRecordFiltersDetermines if record filter criteria of the DataPresenter is honored during the exporting process.  
Public PropertyExcludeRecordVisibilityDetermines if each record's Visibility setting of the DataPresenter is honored during the exporting process.  
Public PropertyExcludeSortOrderDetermines if the sorted fields of the DataPresenter are honored during the exporting process.  
Public PropertyExcludeSummariesDetermines if the summary settings of the DataPresenter are honored during the exporting process.  
Public PropertyFileLimitBehaviourSpecifies behavior during the exporting process. Use this if you want exporter to behave differently when it reaches one of excel file limits.  
See Also