Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnBeforeExecuteDataIsland
EventOnBeforeExecuteDataIsland(Args: IUiPrxDataIslandCancelEventArgs);
Args - the parameter, which enables the user to work with event parameters.
The EventOnBeforeExecuteDataIsland method implements the event that occurs before calculating a data area of the regular report.
The method is used to work with a data area that is an outdated type of table. To work with analytical data area, use the IEaxDatArea interface.
See also: