IEaxAnalyzerUserEvents.OnBeforeExecuteAnalyzer

Syntax

OnBeforeExecuteAnalyzer(Args: IEaxBeforeExecuteEventArgs);

Parameters

Args. Event arguments.

Description

The OnBeforeExecuteAnalyzer method implements the event that occurs before table calculation.

Comments

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.

Example

The method use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

See also:

IEaxAnalyzerUserEvents