IEaxAnalyzerUserEvents

Assembly: Express;

Description

The IEaxAnalyzerUserEvents interface is used to implement events in express report event handler.

Inheritance Hierarchy

          IEaxAnalyzerUserEvents

Comments

Connecting of event handler to express report is given in the example for IEaxAnalyzerOptions.UseSharedEventHandler.

Methods

  Method name Brief description
OnAfterExecuteAnalyzer The OnAfterExecuteAnalyzer method implements the event that occurs after table calculation.
OnAfterExportAnalyzer The OnAfterExportAnalyzer method implements the event that occurs after report export.
OnAfterPrintAnalyzer The OnAfterPrintAnalyzer method implements the event that occurs after report print.
OnBeforeExecuteAnalyzer The OnBeforeExecuteAnalyzer method implements the event that occurs before table calculation.
OnBeforeExportAnalyzer The OnBeforeExportAnalyzer method implements the event that occurs before report export.
OnBeforePrintAnalyzer The OnBeforePrintAnalyzer method implements the event that occurs before report print.

See also:

Express Assembly Interfaces