Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeTransferDataDataIsland

ReportEvents.OnBeforeTransferDataDataIsland

Syntax

OnBeforeTransferDataDataIsland(DataIsland: IPrxDataIsland; Var Cancel: Boolean);

Parameters

DataIsland. Data area that generated the event.

Cancel. Indicates whether data saving is canceled.

Description

The OnBeforeTransferDataDataIsland method implements the event that occurs before saving changed values of the data area.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents