IEaxAfterExportEventArgs

Assembly: Express;

Description

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

Inheritance Hierarchy

          IEventArgs

          IEaxAnalyzerEventArgs

          IEaxBeforeExportEventArgs

          IEaxAfterExportEventArg

Comments

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

Properties

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

Properties inherited from IEaxBeforeExportEventArgs

  Property name Brief description
Format The Description property returns description of the format, to which the export is performed.

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