IPrxReportUserEvents.EventOnBeforeExecuteDataIsland

Syntax

EventOnBeforeExecuteDataIsland(Args: IUiPrxDataIslandCancelEventArgs);

Parameters

Args - the parameter, which enables the user to work with event parameters.

Description

The EventOnBeforeExecuteDataIsland method implements the event that occurs before calculating a data area of the regular report.

Comments

The method is used to work with the data area that is an outdated table type. To work with analytical data area, use the IEaxDatArea interface.

See also:

IPrxReportUserEvents