Assembly: Express;
The IEaxBeforeExportEventArgs interface is used to work with arguments of the event that occurs before report export.
IEaxBeforeExportEventArgs
To get an object of this interface, use the IEaxAnalyzerUserEvents.OnBeforeExportAnalyzer method.
Property name | Brief description | |
Format | The Description property returns description of the format, to which the export is performed. |
Property name | Brief description | |
AnalyzerData | The AnalyzerData property returns data of the report that uses event handler. |
See also: