ReportEvents.OnAfterExportReport

Syntax

Sub OnAfterExportReport(Report: IPrxReport);

Begin

// set of operators

End Sub OnAfterExportReport;

Parameters

Report - the regular report that has generated the event.

Comments

On calling the OnAfterExportReport method the kernel simultaneously handles the EventOnAfterExportReport event, which can be redetermined:

Description

The OnAfterExportReport method implements the event that occurs after export of the regular report.

Example

The example of use is given in description of the OnBeforeExportReport method.

See also:

ReportEvents