Sub OnAfterExportReport(Sender: Object; Args: IUiPrxExportEventArgs);
Begin
//set of operators;
End Sub OnAfterExportReport;
Sender - a parameter that returns the component that has generated the event.
Args - a parameter, which enables the user to determine event parameters.
The OnAfterExportReport event occurs after a regular report has been exported.
See also: