Sub EventOnAfterExportReport(Args: IUiPrxExportEventArgs);
Begin
//set of operators
End Sub EventOnAfterExportReport;
Args. The parameter, which enables the user to work with event parameters.
The EventOnAfterExportReport method implements the event that occurs after export of the regular report.
The example of use is given on the EventOnBeforeExportReport method description page.
See also: