Version

DataPresenterExcelExporter Class Methods

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

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)
See Also