OnAfterPrintAnalyzer(Args: IEaxAfterPrintEventArgs);
Args. Event arguments.
The OnAfterPrintAnalyzer method implements the event that occurs after report print.
To implement the event that occurs before report print, use IEaxAnalyzerUserEvents.OnBeforePrintAnalyzer.
The method use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
See also: