Enum PreviewExports
Specifies the set of export buttons available in the preview.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
[Flags]
public enum PreviewExports
Fields
| Name | Description |
|---|---|
| All | The All export buttons is visible. |
| CSVExport | The "CSVExport" button is visible. |
| DBFExport | The "DBFExport" button is visible. |
| DxfExport | The "DxfExport" button is visible. |
| Excel2003Document | The "Excel2003Document" button is visible. |
| Excel2007Export | The "Excel2007Export" button is visible. |
| HpglExport | The "HpglExport" button is visible. |
| HTMLExport | The "HTMLExport" button is visible. |
| ImageExport | The "ImageExport" button is visible. |
| JsonExport | The "JsonExport" button is visible. |
| LaTeXExport | The "LaTeXExport" button is visible. |
| MHTExport | The "MHTExport" button is visible. |
| None | No exports visible. |
| ODSExport | The "ODSExport" button is visible. |
| ODTExport | The "ODTExport" button is visible. |
| PDFExport | The "PDFExport" button is visible. |
| PowerPoint2007Export | The "PowerPoint2007Export" button is visible. |
| PPMLExport | The "PPMLExport" button is visible. |
| Prepared | The "Prepared" button is visible. |
| PSExport | The "PSExport" button is visible. |
| RTFExport | The "RTFExport" button is visible. |
| SVGExport | The "SVGExport" button is visible. |
| TextExport | The "TextExport" button is visible. |
| Word2007Export | The "Word2007Export" button is visible. |
| XAMLExport | The "XAMLExport" button is visible. |
| XMLExport | The "XMLExport" export button is visible. |
| XPSExport | The "XPSExport" export button is visible. |
| ZplExport | The "ZplExport" button is visible. |