Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxAnalyzerUserEvents interface is used to implement events in express report event handler.
IEaxAnalyzerUserEvents
Connecting of event handler to express report is given in the example for IEaxAnalyzerOptions.UseSharedEventHandler.
| 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: