Assembly: Express;
The IEaxAfterPrintEventArgs interface is used to work with arguments of the event that occurs after report print.
IEaxAfterPrintEventArgs
To get an object of this interface, use the IEaxAnalyzerUserEvents.OnAfterPrintAnalyzer method.
Property name | Brief description | |
PageCount | The PageCount property returns the number of printed pages. |
Property name | Brief description | |
AnalyzerData | The AnalyzerData property returns data of the report that uses event handler. |
See also: