Sub OnBeforeDataRefresh(Sender: IUiErAnalyzer; Args: IUiErAnalyzerDataRefreshEventArgs);
Begin
//set of operators;
End Sub OnBeforeDataRefresh;
The Sender parameter returns the component that has generated the event.
The Args parameter that determines event parameters.
The OnBeforeDataRefresh event occurs before refreshing the express report data source.
See also: