ITabSheetExporter

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The ITabSheetExporter interface contains properties and methods for exporting a table.

Inheritance hierarchy

          IExporter

          ITabSheetExporter

Properties

  Property name Brief description
The AutoHeight property determines whether row autofit is used for export to HTML (*.html) and RTF (*.rtf).
The BreakIntoLayouts property determines whether a sheet must be divided into print pages on export to RTF format (*.rtf).
The EmfType property determines the type of the metafile created on export.
The ExportCellImages property determines whether the images contained in the table cells are to be exported.
The ExportFootnotes property determines whether table footnotes are exported.
The ExportFormulas property determines whether table formulas need to be exported.
The ExportHiddenCells property determines whether hidden rows and columns are to be exported when exporting a report to XLS (*.xls) and ODS (*.ods) files.
The ExportObjectAsBitmap property determines whether objects in raster format must be exported during exporting to PDF (*.pdf) and XLS (*xls) formats.
The ExportObjects property determines whether table objects must be exported.
The ExportPalette property determines whether it is necessary to export the palette to an XLS file (*.xls).
Outdated. Use ITabSheetExporter.EmfType.
The Label property determines parameters of table labeling.
The SheetAccess property determines whether sheet and cell protection must be exported to XLS (*.xls) format.
The TabSheet property determines the table to be exported.

Properties inherited from IExporter

  Property name Brief description
The CSSClassName property sets prefix for elements of HTML styles table.
The Encoding property specifies a code page for a conversion table, based on which data will be exported.
The ExportFromWeb property determines what action is performed in the Web application: an export or opening in the preview mode.

Methods inherited from IExporter

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

See also:

Tab Assembly Interfaces