OnBeforeExportAnalyzer(Args: IEaxBeforeExportEventArgs);
Args. Event arguments.
The OnBeforeExportAnalyzer method implements the event that occurs before report export.
To implement the event that occurs after report export, use IEaxAnalyzerUserEvents.OnAfterExportAnalyzer.
The method use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
See also: