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