ReportEvents.OnAfterSortEaxGrid

Syntax

OnAfterSortEaxGrid (EaxGrid: IEaxGrid);

Parameters

EaxGrid. The parameter that returns the analytical data area that generated event.

Description

The OnAfterSortEaxGrid method implements the event occurring after data sorting in analytical area.

Comments

On calling the method, the IPrxReportUserEvents.EventOnAfterSortEaxGrid event, that can be redefined, if required, is processed in parallel in core.

Example

The property use is given in the example for IPrxReportUserEvents.EventOnBeforeSortEaxGrid.

See also:

ReportEvents