Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteTableIsland
OnBeforeExecuteTableIsland(TableIsland: IPrxTableIsland; Var Cancel: Boolean);
TableIsland. Relational data area that generated the event.
Cancel. Indicates whether relational data area calculation is canceled.
The OnBeforeExecuteTableIsland method implements the event that occurs before calculation of the relational data area.
Available values of the Cancel parameter:
True. Relational data area will not be calculated.
False. Relational data area will be calculated.
See also: