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: