Version 24.2 (latest)

DataPresenterWordWriter Class Properties

For a list of all members of this type, see DataPresenterWordWriter members.

Public Properties
 NameDescription
Public PropertyAsyncExportDurationReturns or sets the amount of time that should be spent processing the export each time the AsyncExportInterval elapses.  
Public PropertyAsyncExportIntervalReturns or sets the amount of time to wait after performing an asynchronous export for the amount of time specified by the AsyncExportDuration.  
Public PropertyDefaultFontSettingsReturns/sets an object that is used to initialize the Infragistics.Documents.Word.WordDocumentWriter.DefaultFont when the exporter creates the writer.  
Public PropertyDefaultParagraphSettingsReturns/sets an object that is used to initialize the Infragistics.Documents.Word.WordDocumentWriter.DefaultTableProperties when the exporter creates the writer.  
Public PropertyDefaultTableSettingsReturns/sets an object that is used to initialize the Infragistics.Documents.Word.WordDocumentWriter.DefaultTableProperties when the exporter creates the writer.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDocumentSettingsReturns/sets an object that is used to initialize the Infragistics.Documents.Word.WordDocumentWriter.DocumentProperties when the exporter creates the writer.  
Public PropertyExcludeCrossFieldRecordFiltersDetermines if cross field record filter criteria of the DataPresenter is honored during the exporting process.  
Public PropertyExcludeExpandedStateReturns/sets a value indicating whether the expanded state of the source records will be copied to the records being exported.  
Public PropertyExcludeFieldLayoutSettingsReturns/sets a boolean indicating whether to copy the Infragistics.Windows.DataPresenter.FieldLayoutSettings from the control being exported.  
Public PropertyExcludeFieldSettingsReturns/sets a boolean indicating whether to copy the Infragistics.Windows.DataPresenter.FieldSettings from the control being exported.  
Public PropertyExcludeGroupBySettingsReturns/sets a boolean indicating whether to copy the GroupBy state of the fields from the control being exported.  
Public PropertyExcludeRecordFiltersReturns/sets a boolean indicating whether to copy the RecordFilter state of the fields from the control being exported.  
Public PropertyExcludeRecordVisibilityReturns/sets a boolean indicating whether to copy the Visibility setting of the records from the control being exported.  
Public PropertyExcludeSortOrderReturns/sets a boolean indicating whether to copy the sorted fields from the control being exported.  
Public PropertyExcludeSummariesReturns/sets a boolean indicating whether to copy the summaries of the FieldLayouts from the control being exported.  
Public PropertyFinalSectionSettingsReturns/sets an object that is used to initialize the Infragistics.Documents.Word.WordDocumentWriter.FinalSectionProperties when the exporter creates the writer.  
Public PropertyIsExportingReturns a boolean indicating if the exporter is in the process of an export operation.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyShowAsyncExportStatusReturns or sets a value that indicates whether a control containing the export status is displayed to the end user while an asynchronous export is in progress.  
See Also