Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeTransferData
OnBeforeTransferData(Report: IPrxReport; Var Cancel: Boolean);
Report. The regular report that generated the event
Cancel. Indicates whether data saving is canceled.
The OnBeforeTransferData method implements the event that occurs before saving changed values of all data areas of the report to a source.
Available values of the Cancel parameter:
True. Data will not be saved
False. Data will be saved. Default value.
See also: