Version

DataPresenterExcelExporter Class Members

The following tables list the members exposed by DataPresenterExcelExporter.

Public Constructors
 NameDescription
Public ConstructorDataPresenterExcelExporter ConstructorInstantiates a new DataPresenterExcelExporter.  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AsyncExportDurationPropertyIdentifies the AsyncExportDuration dependency property  
Public Fieldstatic (Shared in Visual Basic)AsyncExportIntervalPropertyIdentifies the AsyncExportInterval dependency property  
Public Fieldstatic (Shared in Visual Basic)ExcelCellFormatSettingsPropertyIdentifies the ExcelCellFormatSettings property, used to control the various export-related settings for cells.  
Public Fieldstatic (Shared in Visual Basic)ExcelGroupFormatSettingsPropertyIdentifies the ExcelGroupFormatSettings property, used to control the various export-related settings for GroupByRecords.  
Public Fieldstatic (Shared in Visual Basic)ExcelLabelFormatSettingsPropertyIdentifies the ExcelLabelFormatSettings property, used to control the various export-related settings for labels.  
Public Fieldstatic (Shared in Visual Basic)ExcelSummaryCellFormatSettingsPropertyIdentifies the ExcelSummaryCellFormatSettings property, used to control the various export-related settings for cells.  
Public Fieldstatic (Shared in Visual Basic)ExcelSummaryLabelFormatSettingsPropertyIdentifies the ExcelLabelFormatSettings property, used to control the various export-related settings for labels.  
Public Fieldstatic (Shared in Visual Basic)IsExportingPropertyIdentifies the IsExporting dependency property  
Public Fieldstatic (Shared in Visual Basic)ShowAsyncExportStatusPropertyIdentifies the ShowAsyncExportStatus dependency property  
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.  
Public Methods
 NameDescription
Public MethodCancelExportCancels any asynchronous export operations for the specified Infragistics.Windows.DataPresenter.DataPresenterBase that were initiated by this instance.  
Public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodExportOverloaded. Exports the passed in data presenter to specified file.  
Public MethodExportAsyncOverloaded. Asynchronously exports the passed in data presenter to specified file.  
Public Methodstatic (Shared in Visual Basic)GetExcelCellFormatSettingsGets the value of the 'ExcelCellFormatSettings' attached property that is used to control the various export-related settings.  
Public Methodstatic (Shared in Visual Basic)GetExcelGroupFormatSettingsGets the value of the 'ExcelGroupFormatSettings' attached property that is used to control the various export-related settings.  
Public Methodstatic (Shared in Visual Basic)GetExcelLabelFormatSettingsGets the value of the 'ExcelLabelFormatSettings' attached property that is used to control the various export-related settings.  
Public Methodstatic (Shared in Visual Basic)GetExcelSummaryCellFormatSettingsGets the value of the 'ExcelSummaryCellFormatSettings' attached property that is used to control the various export-related settings.  
Public Methodstatic (Shared in Visual Basic)GetExcelSummaryLabelFormatSettingsGets the value of the 'ExcelSummaryLabelFormatSettings' attached property that is used to control the various export-related settings.  
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public Methodstatic (Shared in Visual Basic)SetExcelCellFormatSettingsSets the value of the 'ExcelCellFormatSettings' attached property.  
Public Methodstatic (Shared in Visual Basic)SetExcelGroupFormatSettingsSets the value of the 'ExcelGroupFormatSettings' attached property.  
Public Methodstatic (Shared in Visual Basic)SetExcelLabelFormatSettingsSets the value of the 'ExcelLabelFormatSettings' attached property.  
Public Methodstatic (Shared in Visual Basic)SetExcelSummaryCellFormatSettingsSets the value of the 'ExcelSummaryCellFormatSettings' attached property.  
Public Methodstatic (Shared in Visual Basic)SetExcelSummaryLabelFormatSettingsSets the value of the 'ExcelSummaryLabelFormatSettings' attached property.  
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Protected Methods
 NameDescription
Protected MethodOnBeginExportCalled before grid export starts.  
Protected MethodOnCellExportedCalled after grid cell is exported to excel.  
Protected MethodOnCellExportingCalled before grid cell is exported to excel.  
Protected MethodOnEndExportCalled after grid export is finished.  
Protected MethodOnExportEndedUsed to invoke the ExportEnded event.  
Protected MethodOnExportEndingUsed to invoke the ExportEnding event.  
Protected MethodOnExportStartedUsed to invoke the ExportStarted event.  
Protected MethodOnHeaderAreaExportedCalled after header row is exported to excel.  
Protected MethodOnHeaderAreaExportingCalled before header row is exported to excel.  
Protected MethodOnHeaderLabelExportedCalled after header cell is exported to excel.  
Protected MethodOnHeaderLabelExportingCalled before header cell is exported to excel.  
Protected MethodOnInitializeRecordCalled when a record is initialized.  
Protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
Protected MethodOnRecordExportedCalled after a record is exported to Excel.  
Protected MethodOnRecordExportingCalled before a record is exported to Excel.  
Protected MethodOnSummaryCellExportedCalled after summary cell is exported to excel.  
Protected MethodOnSummaryCellExportingCalled before summary cell is exported to excel.  
Protected MethodOnSummaryRowExportedCalled after summary row is exported to excel.  
Protected MethodOnSummaryRowExportingCalled before summary record is exported to excel.  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Public Events
 NameDescription
Public EventBeginExportOccurs at the beginning of the export process. The data presenter has been initialized but the data source has not yet been set.  
Public EventCellExportedOccurs after a cell is exported to Excel.  
Public EventCellExportingOccurs before a cell is exported to Excel.  
Public EventEndExportOccurs after the exporting process is finished.  
Public EventExportEndedOccurs after the export process has completed.  
Public EventExportEndingInvoked after the export process is complete but before the contents are saved to a file.  
Public EventExportStartedOccurs after the export process has started. The data presenter has been initialized but the data source has not yet been set.  
Public EventHeaderAreaExportedOccurs after header area is exported to Excel.  
Public EventHeaderAreaExportingOccurs before header area is exported to Excel.  
Public EventHeaderLabelExportedOccurs after a header label is exported to Excel.  
Public EventHeaderLabelExportingOccurs before a header label is exported to Excel.  
Public EventInitializeRecordOccurs when a record is initialized.  
Public EventRecordExportedOccurs after a record is exported to Excel.  
Public EventRecordExportingOccurs before a record is exported to Excel.  
Public EventSummaryCellExportedOccurs after a summary cell is exported to Excel.  
Public EventSummaryCellExportingOccurs before a summary cell is exported to Excel.  
Public EventSummaryRowExportedOccurs after summary record is exported to Excel.  
Public EventSummaryRowExportingOccurs before a summary row is exported to Excel.  
See Also