Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteDataIsland
OnBeforeExecuteDataIsland(DataIsland: IPrxDataIsland; Var Cancel: Boolean);
DataIsland. Regular report data area that has generated the event.
Cancel. Indicates whether regular report data area calculation is canceled.
The OnBeforeExecuteDataIsland method implements the event that occurs before calculation of a data area of the regular report.
Available values of the Cancel parameter:
True. Data area will not be calculated.
False. Data area will be calculated.
See also: