Assembly: Express;
The IEaxBeforeExecuteEventArgs interface is used to work with arguments of the event that occurs before table calculation.
IEaxBeforeExecuteEventArgs
The event occurs not only before express report table calculation, but also before workbook calculation.
To get an object of this interface, use the IEaxAnalyzerUserEvents.OnBeforeExecuteAnalyzer method.
Property name | Brief description | |
AnalyzerData | The AnalyzerData property returns data of the report that uses event handler. |
See also: