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