Version

IDataPresenterExporterAsync Interface Members

The following tables list the members exposed by IDataPresenterExporterAsync.

Public Properties
 NameDescription
 PropertyExportInfoReturns an object that provides information about the export operation.  
Public Methods
 NameDescription
 MethodCancelExportInvoked when an export operation is cancelled.  
 MethodEndExportAsyncCalled 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.  
See Also