ExAnalyzerExporter

Description

The ExAnalyzerExporter class is an object that contains various settings and further exports express report to various formats.

Properties inherited from IExAnalyzerExporter

  Property name Brief description
The AutoHeight property is used to specify whether row height is automatically adjusted when exporting the report to HTML (*.html).
The BulkSettings property returns parameters of a batch export of an express report.
The EmfType property determines the type of the metafile created on export.
The ExAnalyzer property selects the express report to be exported.
The ExportCellImages property determines whether the images contained in the table cells are to be exported.
The ExportChartAsImage property determines parameters of chart export when it is exported to XLS (*.xls) files.
The ExportFootnotes property determines whether footnotes are exported.
The ExportObjectAsBitmap property defines whether objects are to be exported as bitmaps when exporting a report to PDF (*.pdf) and XLS (*xls) files.
The ExportPalette property determines whether the palette is to be exported to Excel (*.xls) files.
Outdated. Use IExAnalyzerExporter.EmfType.
The Label property returns parameters of the stamp that is used to mark documents on export and print.
The Sheet property exports selected express report sheet.

Properties inherited from IExporter

  Property name Brief description
The CSSClassName property defines prefix for the table elements of HTML styles.
The Encoding property sets the code page of conversion table according to which the data export is performed.
The ExportFromWeb property determines what action is performed with Web-application report: an export or a preview mode.

Methods inherited from IExAnalyzerExporter

  Method name Brief description
Outdated. Use  IExporter.ExportToFile.
The FinishBatchCommand method finishes batch export of data to a file.
The GetChartExporter method creates an object to export the express report chart.
The GetMapExporter method creates an object to export the express report map.
The StartBatchCommand method starts batch data export to a file of the specified format.

Methods inherited from IExporter

  Method name Brief description
The ExportToFile method exports data to a file of specified format.

See also:

Express Assembly Classes