IEaxAnalyzerUserEvents.OnBeforeExportAnalyzer

Syntax

OnBeforeExportAnalyzer(Args: IEaxBeforeExportEventArgs);

Parameters

Args. Event arguments.

Description

The OnBeforeExportAnalyzer method implements the event that occurs before report export.

Comments

To implement the event that occurs after report export, use IEaxAnalyzerUserEvents.OnAfterExportAnalyzer.

Example

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

See also:

IEaxAnalyzerUserEvents