Sub OnBeforeTransferData(Report: IPrxReport; Var Cancel: Boolean);
Begin
// set of operators
End Sub OnBeforeTransferData;
Report - the regular report that has generated the event.
Cancel - this parameter determines data saving. When this parameter is set to True, the changed data is not saved, if the parameter is set to False, data is saved.
The OnBeforeTransferData method implements the event that occurs before saving changed values of all data areas of the report to a source.
See also: