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