Version

IDataPresenterExporter Interface Members

The following tables list the members exposed by IDataPresenterExporter.

Public Methods
 NameDescription
 MethodBeginExportBegins the exporting process.  
 MethodEndExportCalled 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.  
 MethodInitializeRecordCalled when the exporting logic is about to export the record and its children.  
 MethodOnObjectClonedCalled when the exporting logic is copying various settings from the source DataPresenter to the clone used for exporting.  
 MethodProcessRecordExports the specified record.  
See Also