IEaxAnalyzerEventArgs.AnalyzerData

Fore Syntax

AnalyzerData: IReportData;

Fore.NET Syntax

AnalyzerData: Prognoz.Platform.Interop.Express.IReportData;

Description

The AnalyzerData property returns data of the report that uses event handler.

Comments

Report data include:

Fore Example

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

Fore.NET Example

Fore.NET objects must not be used as an event handler.

See also:

IEaxAnalyzerEventArgs