Version 24.2 (latest)

DataPresenterExcelExporter Class Properties

For a list of all members of this type, see DataPresenterExcelExporter 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 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 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