Show contents 

Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnAfterTransferData

IPrxReportUserEvents.EventOnAfterTransferData

Syntax

EventOnAfterTransferData(Args: IUiPrxReportEventArgs);

Parameters

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

Description

The EventOnAfterTransferData method implements the event that occurs after saving changed values of all data areas of the regular report.

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