IEaxAnalyzerUserEvents.OnAfterExportAnalyzer

Syntax

OnAfterExportAnalyzer(Args: IEaxAfterExportEventArgs);

Parameters

Args. Event arguments.

Description

The OnAfterExportAnalyzer method implements the event that occurs after report export.

Comments

To implement the event that occurs before report export, use IEaxAnalyzerUserEvents.OnBeforeExportAnalyzer.

Example

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

See also:

IEaxAnalyzerUserEvents