IPrxReportUserEvents.EventOnAfterTransferDataSheet

Syntax

EventOnAfterTransferDataSheet(Args: IUiPrxSheetEventArgs);

Parameters

Args - the parameter, which enables the user to determine additional event parameters.

Description

The EventOnAfterTransferDataSheet method implements the event that occurs after saving changed values of data areas of the regular report sheet to the source.

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