Sub OnAfterTransferData(Report : IPrxReport);
Begin
// set of operators
End Sub OnAfterTransferData;
Report - the regular report that has generated the event
The OnAfterTransferData method implements the event that occurs after saving changed values of all data areas of the regular report.
See also: