ReportEvents.OnAfterExecuteReport

Syntax

Sub OnAfterExecuteReport(Report: IPrxReport);

Begin

// set of operators

End Sub OnAfterExecuteReport;

Parameters

Report - the regular report that has generated the event.

Description

The OnAfterExecuteReport method implements the event that occurs after calculation of the regular report.

See also:

ReportEvents