The following tables list the members exposed by ExportEndingEventArgs.
Name | Description | |
---|---|---|
Canceled | Returns a boolean indicating if the export operation was canceled. | |
CancelInfo | Returns an object that provides information about action that canceled the export. | |
ExportControl | Returns the Infragistics.Windows.DataPresenter.DataPresenterBase created for the export operation whose settings were initialized based on the Source control provided to the DataPresenterWordWriter.Export method. | |
Source | Returns the Infragistics.Windows.DataPresenter.DataPresenterBase passed into the DataPresenterWordWriter.Export method. | |
Writer | Returns the writer that will be used to perform the export operation and generate the Word document. |