AnalyzerData: IReportData;
AnalyzerData: Prognoz.Platform.Interop.Express.IReportData;
The AnalyzerData property returns data of the report that uses event handler.
Report data include:
Report description.
Data of the sheet, for which event is generated.
The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
Fore.NET objects must not be used as an event handler.
See also: