Sub OnAfterExportReport(Report: IPrxReport);
Begin
// set of operators
End Sub OnAfterExportReport;
Report - the regular report that has generated the event.
On calling the OnAfterExportReport method the kernel simultaneously handles the EventOnAfterExportReport event, which can be redetermined:
The OnAfterExportReport method implements the event that occurs after export of the regular report.
The example of use is given in description of the OnBeforeExportReport method.
See also: