Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The ExpressEvents class is used to implement events express report event handler.
Fore.NET objects must not be used as event handlers.
Class to get analog of the ExpressEvents class:
None;
Class to get analog of the ExpressEvents class object:
None;
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: