Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeTransferDataSheet

ReportEvents.OnBeforeTransferDataSheet

Syntax

OnBeforeTransferDataSheet(Sheet: IPrxSheet; Var Cancel: Boolean);

Parameters

Sheet. Report sheet that generated the event.

Cancel. Indicates whether data saving is canceled.

Description

The OnBeforeTransferDataSheet method implements the event that occurs before saving changed values of data areas of the regular report sheet.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents