ExpressEvents

Assembly: Express;

Name space: Prognoz.Platform.Interop.Express;

Description

The ExpressEvents class is used to implement events express report event handler.

Comments

Fore.NET objects must not be used as event handlers.

Fore.NET Syntax

Class to get analog of the ExpressEvents class:

None;

Class to get analog of the ExpressEvents class object:

None;

Class methods inherited from IEaxAnalyzerUserEvents

  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 Classes