The following tables list the members exposed by IDataPresenterExporterAsync.
Name | Description | |
---|---|---|
ExportInfo | Returns an object that provides information about the export operation. |
Name | Description | |
---|---|---|
CancelExport | Invoked when an export operation is cancelled. | |
EndExportAsync | Called after all records have been processed and finalizes the export asynchronously if possible. If the exporting process was cancelled, such as by setting the ProcessRecordParams.TerminateExport property during the ProcessRecord method, then the cancelled parameter will by True. |