Show contents 

Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnAfterAddDataIsland

IPrxReportUserEvents.EventOnAfterAddDataIsland

Syntax

EventOnAfterAddDataIsland(Args: IUiPrxDataIslandEventArgs);

Parameters

Args. The parameter that enables the user to work with event parameters.

Description

The EventOnAfterAddDataIsland method implements the event that occurs after adding a data area.

Comments

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:

IPrxReportUserEvents