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