C1.C1Report Namespace : FileFormatEnum Enumeration |
'Declaration Public Enum FileFormatEnum Inherits System.Enum
public enum FileFormatEnum : System.Enum
Member | Description |
---|---|
Excel | Microsoft Excel files. This setting creates a BIFF-8 Excel file that can be opened with Microsoft Excel 97 or later. |
HTML | Plain HTML format. This setting creates a single HTML file that can be viewed in any web browser. |
HTMLDrillDown | Drill-down HTML format. This setting creates a single HTML file with collapsible headings. When viewed in a DHTML-capable browser, clicking group headers causes them to collapse and expand to show the detail. |
HTMLPaged | Paged HTML format. This setting creates one HTML file for each page in the report, with links to navigate between pages. |
HTMLTableBased | Table-based HTML format. This setting creates a single HTML file that can be viewed in any web browser. Unlike plain FileFormatEnum.HTML format, uses tables rather than absolute positioning to arrange objects. |
Metafile | Compressed metafile. This setting creates a zip file containing one metafile (emf) per page. The default file extensions for this format are "zip" or "emz". |
OpenXml | OpenXml file. This setting creates an OpenXml Excel file that can be opened with Microsoft Excel 2007 or later. |
Adobe PDF format. This setting creates a PDF file that can be viewed using Adobe Acrobat software. The PDF file includes an outline tree that is generated automatically based on the report structure. Each node in the tree corresponds to a group header section in the report. Invisible group header sections do not generate outline entries in the PDF document. | |
PDFA | Adobe PDF format, PDF/A (level 2B) compatible. |
PDFEmbedFonts | Adobe PDF format with embedded fonts. This setting creates a PDF file that can be viewed using Adobe Acrobat software. |
PDFPrintUtil | Deprecated. Use PDF, PDFEmbedFonts, or PDFProcted instead. |
PDFProtected | Protected PDF format. This setting creates a PDF file with a random password. The file can be opened and printed by anyone, but cannot be modified. |
RTF | RTF format. This setting creates an RTF file that can be opened in Microsoft Word, WordPad, or any other RTF-capable text editor. |
RTFLabels | RTF field-based format. This setting creates RTF files with absolutely-positioned fields. This format renders reports more accurately than the plain RTF format, and is recommended for creating label-style reports. However, the files created with this setting are harder to edit than the plan RTF format, and can only be previewed or printed correctly using Microsoft Word (this format doesn't work with WordPad). |
Text | Plain text. This setting creates a plain ASCII file. |
TextSinglePage | Plain text. This setting creates a plain ASCII file as a single page. |
TIFF | TIFF format. This setting creates multi-page TIFF files. |
System.Object
System.ValueType
System.Enum
C1.C1Report.FileFormatEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2