Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeSortEaxGrid
OnBeforeSortEaxGrid (EaxGrid: IEaxGrid); Var Cancel: Boolean);
EaxGrid. The parameter that returns the analytical data area that generated event.
Cancel. Indicates whether data sorting is canceled.
The OnBeforeSortEaxGrid method implements the event that occurs before data sorting in the dashboard.
Available values of the Cancel parameter:
True. Data will not be sorted.
False. Data will be sorted. Default value.
On calling the method, the IPrxReportUserEvents.EventOnBeforeSortEaxGrid event that can be redefined, if required, is processed in parallel.
The method use is given in the example for IPrxReportUserEvents.EventOnBeforeSortEaxGrid.
See also: