IEaxAfterPrintEventArgs

Assembly: Express;

Description

The IEaxAfterPrintEventArgs interface is used to work with arguments of the event that occurs after report print.

Inheritance Hierarchy

          IEventArgs

          IEaxAnalyzerEventArgs

          IEaxBeforePrintEventArgs

          IEaxAfterPrintEventArgs

Comments

To get an object of this interface, use the IEaxAnalyzerUserEvents.OnAfterPrintAnalyzer method.

Properties

  Property name Brief description
PageCount The PageCount property returns the number of printed pages.

Properties inherited from IEaxAnalyzerEventArgs

  Property name Brief description
AnalyzerData The AnalyzerData property returns data of the report that uses event handler.

See also:

Express Assembly Interfaces