Format: IExportFormat;
The Description property returns description of the format, to which the export is performed.
Export formats in express report are:
*.xls - Excel 97-2003 Workbook.
*.xlsx - Excel Workbook.
*.pdf - PDF Document.
*.rtf - RTF Document.
*.pptx - PowerPoint Presentation.
*.html - Web Page.
*.mht - Web Page, single archive.
*.emf - Image.
*.ppcube - Cube.
*.ppexpress - Express Report.
The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
See also: