Sub OnAfterExecuteReport(Report: IPrxReport);
Begin
// set of operators
End Sub OnAfterExecuteReport;
Report - the regular report that has generated the event.
The OnAfterExecuteReport method implements the event that occurs after calculation of the regular report.
See also: