ReportEvents.OnAfterPrintReport

Syntax

Sub OnAfterPrintReport(Report: IPrxReport);

Begin

// set of operators

End Sub OnAfterPrintReport;

Parameters

Report: the regular report that has generated the event.

Description

The OnAfterPrintReport method implements the event that occurs after printing the regular report.

See also:

ReportEvents