OnBeforeExecuteAnalyzer(Args: IEaxBeforeExecuteEventArgs);
Args. Event arguments.
The OnBeforeExecuteAnalyzer method implements the event that occurs before table calculation.
The event occurs not only before express report table calculation, but also before workbook calculation.
To implement the event that occurs after table calculation, use IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
The method use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
See also: