The following tables list the members exposed by DataPresenterExcelExporter.
Name | Description | |
---|---|---|
DataPresenterExcelExporter Constructor | Instantiates a new DataPresenterExcelExporter. |
Name | Description | |
---|---|---|
AsyncExportDurationProperty | Identifies the AsyncExportDuration dependency property | |
AsyncExportIntervalProperty | Identifies the AsyncExportInterval dependency property | |
ExcelCellFormatSettingsProperty | Identifies the ExcelCellFormatSettings property, used to control the various export-related settings for cells. | |
ExcelGroupFormatSettingsProperty | Identifies the ExcelGroupFormatSettings property, used to control the various export-related settings for GroupByRecords. | |
ExcelLabelFormatSettingsProperty | Identifies the ExcelLabelFormatSettings property, used to control the various export-related settings for labels. | |
ExcelSummaryCellFormatSettingsProperty | Identifies the ExcelSummaryCellFormatSettings property, used to control the various export-related settings for cells. | |
ExcelSummaryLabelFormatSettingsProperty | Identifies the ExcelLabelFormatSettings property, used to control the various export-related settings for labels. | |
IsExportingProperty | Identifies the IsExporting dependency property | |
ShowAsyncExportStatusProperty | Identifies the ShowAsyncExportStatus dependency property |
Name | Description | |
---|---|---|
AsyncExportDuration | Returns or sets the amount of time that should be spent processing the export each time the AsyncExportInterval elapses. | |
AsyncExportInterval | Returns or sets the amount of time to wait after performing an asynchronous export for the amount of time specified by the AsyncExportDuration. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
IsExporting | Returns a boolean indicating if the exporter is in the process of an export operation. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
ShowAsyncExportStatus | Returns 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. |
Name | Description | |
---|---|---|
CancelExport | Cancels any asynchronous export operations for the specified Infragistics.Windows.DataPresenter.DataPresenterBase that were initiated by this instance. | |
ClearValue | Overloaded. 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) | |
CoerceValue | Coerces 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) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
Export | Overloaded. Exports the passed in data presenter to specified file. | |
ExportAsync | Overloaded. Asynchronously exports the passed in data presenter to specified file. | |
GetExcelCellFormatSettings | Gets the value of the 'ExcelCellFormatSettings' attached property that is used to control the various export-related settings. | |
GetExcelGroupFormatSettings | Gets the value of the 'ExcelGroupFormatSettings' attached property that is used to control the various export-related settings. | |
GetExcelLabelFormatSettings | Gets the value of the 'ExcelLabelFormatSettings' attached property that is used to control the various export-related settings. | |
GetExcelSummaryCellFormatSettings | Gets the value of the 'ExcelSummaryCellFormatSettings' attached property that is used to control the various export-related settings. | |
GetExcelSummaryLabelFormatSettings | Gets the value of the 'ExcelSummaryLabelFormatSettings' attached property that is used to control the various export-related settings. | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetExcelCellFormatSettings | Sets the value of the 'ExcelCellFormatSettings' attached property. | |
SetExcelGroupFormatSettings | Sets the value of the 'ExcelGroupFormatSettings' attached property. | |
SetExcelLabelFormatSettings | Sets the value of the 'ExcelLabelFormatSettings' attached property. | |
SetExcelSummaryCellFormatSettings | Sets the value of the 'ExcelSummaryCellFormatSettings' attached property. | |
SetExcelSummaryLabelFormatSettings | Sets the value of the 'ExcelSummaryLabelFormatSettings' attached property. | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
OnBeginExport | Called before grid export starts. | |
OnCellExported | Called after grid cell is exported to excel. | |
OnCellExporting | Called before grid cell is exported to excel. | |
OnEndExport | Called after grid export is finished. | |
OnExportEnded | Used to invoke the ExportEnded event. | |
OnExportEnding | Used to invoke the ExportEnding event. | |
OnExportStarted | Used to invoke the ExportStarted event. | |
OnHeaderAreaExported | Called after header row is exported to excel. | |
OnHeaderAreaExporting | Called before header row is exported to excel. | |
OnHeaderLabelExported | Called after header cell is exported to excel. | |
OnHeaderLabelExporting | Called before header cell is exported to excel. | |
OnInitializeRecord | Called when a record is initialized. | |
OnPropertyChanged | Invoked 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) | |
OnRecordExported | Called after a record is exported to Excel. | |
OnRecordExporting | Called before a record is exported to Excel. | |
OnSummaryCellExported | Called after summary cell is exported to excel. | |
OnSummaryCellExporting | Called before summary cell is exported to excel. | |
OnSummaryRowExported | Called after summary row is exported to excel. | |
OnSummaryRowExporting | Called before summary record is exported to excel. | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
BeginExport | Occurs at the beginning of the export process. The data presenter has been initialized but the data source has not yet been set. | |
CellExported | Occurs after a cell is exported to Excel. | |
CellExporting | Occurs before a cell is exported to Excel. | |
EndExport | Occurs after the exporting process is finished. | |
ExportEnded | Occurs after the export process has completed. | |
ExportEnding | Invoked after the export process is complete but before the contents are saved to a file. | |
ExportStarted | Occurs after the export process has started. The data presenter has been initialized but the data source has not yet been set. | |
HeaderAreaExported | Occurs after header area is exported to Excel. | |
HeaderAreaExporting | Occurs before header area is exported to Excel. | |
HeaderLabelExported | Occurs after a header label is exported to Excel. | |
HeaderLabelExporting | Occurs before a header label is exported to Excel. | |
InitializeRecord | Occurs when a record is initialized. | |
RecordExported | Occurs after a record is exported to Excel. | |
RecordExporting | Occurs before a record is exported to Excel. | |
SummaryCellExported | Occurs after a summary cell is exported to Excel. | |
SummaryCellExporting | Occurs before a summary cell is exported to Excel. | |
SummaryRowExported | Occurs after summary record is exported to Excel. | |
SummaryRowExporting | Occurs before a summary row is exported to Excel. |