Report > Report Assembly Classes > ReportEvents > ReportEvents.OnAfterExportReport
OnAfterExportReport(Report: IPrxReport);
Report. Regular report that has generated the event.
The OnAfterExportReport method implements the event that occurs after export of the regular report.
On calling the OnAfterExportReport method the kernel simultaneously handles the EventOnAfterExportReport event, which can be redetermined.
The method use is given in the example for ReportEvents.OnBeforeExportReport.
See also: