Express > Express Assembly Interfaces > IExAnalyzerExporter
Assembly: Express;
Properties and methods of the IExAnalyzerExporter interface are used to export express reports.
Property name | Brief description | |
![]() |
AutoHeight | The AutoHeight property is used to specify whether row height is automatically adjusted when exporting the report to HTML (*.html). |
![]() |
BulkSettings | The BulkSettings property returns parameters of a batch export of an express report. |
![]() |
EmfType | The EmfType property determines the type of the metafile created on export. |
![]() |
ExAnalyzer | The ExAnalyzer property selects the express report to be exported. |
![]() |
ExportCellImages | The ExportCellImages property determines whether the images contained in the table cells are to be exported. |
![]() |
ExportChartAsImage | The ExportChartAsImage property determines parameters of chart export when it is exported to XLS (*.xls) files. |
![]() |
ExportFootnotes | The ExportFootnotes property determines whether footnotes are exported. |
![]() |
ExportObjectAsBitmap | The ExportObjectAsBitmap property defines whether objects are to be exported as bitmaps when exporting a report to PDF (*.pdf) and XLS (*xls) files. |
![]() |
ExportPalette | The ExportPalette property determines whether the palette should be exported to Excel (*.xls) files. |
![]() |
Label | The Label property returns parameters of the stamp that is used to mark documents on export and print. |
![]() |
Sheet | The Sheet property exports selected express report sheet. |
Property name | Brief description | |
![]() |
CSSClassName | The CSSClassName property defines prefix for the table elements of HTML styles. |
![]() |
Encoding | The Encoding property sets the code page of conversion table according to which the data export is performed. |
![]() |
ExportFromWeb | The ExportFromWeb property determines what action is performed with Web-application report: an export or a preview mode. |
Method name | Brief description | |
![]() |
FinishBatchCommand | The FinishBatchCommand method finishes batch export of data to a file. |
![]() |
GetChartExporter | The GetChartExporter method creates an object to export the express report chart. |
![]() |
StartBatchCommand | The StartBatchCommand method starts batch data export to a file of the specified format. |
Method name | Brief description | |
![]() |
ExportToFile | The ExportToFile method exports data to a file of specified format. |
See also: