The following tables list the members exposed by IDataPresenterExporter.
Name | Description | |
---|---|---|
BeginExport | Begins the exporting process. | |
EndExport | Called after all records have been processed. 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. | |
InitializeRecord | Called when the exporting logic is about to export the record and its children. | |
OnObjectCloned | Called when the exporting logic is copying various settings from the source DataPresenter to the clone used for exporting. | |
ProcessRecord | Exports the specified record. |