ReportEvents.OnAfterTransferData

Syntax

Sub OnAfterTransferData(Report : IPrxReport);

Begin

// set of operators

End Sub OnAfterTransferData;

Parameters

Report - the regular report that has generated the event

Description

The OnAfterTransferData method implements the event that occurs after saving changed values of all data areas of the regular report.

See also:

ReportEvents