You are here: Symbol Reference > Stimulsoft.Report Namespace > StiExportFormat Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.StiExportFormat Enumeration

Modes for formats the report to be exported to.

Syntax
C++
C#
Visual Basic
public: enum StiExportFormat { None = 0, Pdf = 1, Xps = 2, HtmlTable = 3, HtmlSpan = 4, HtmlDiv = 5, Rtf = 6, RtfTable = 7, RtfFrame = 8, RtfWinWord = 9, RtfTabbedText = 10, RtfMode1 = 8, RtfMode2 = 9, RtfMode3 = 10, Text = 11, Excel = 12, ExcelXml = 13, Excel2007 = 14, Word2007 = 15, Xml = 16, Csv = 17, Dif = 18, Sylk = 19, Image = 20, ImageGif = 21, ImageBmp = 22, ImagePng = 23, ImageTiff = 24, ImageJpeg = 25, ImagePcx = 26, ImageEmf = 27, ImageSvg = 28, ImageSvgz = 29, Mht = 30, Dbf = 31, Html = 32, Ods = 33, Odt = 34, Ppt2007 = 35, Html5 = 36, Data = 37, Document = 1000 };
Members
Members 
Description 
None 
Export will not be done.  
Pdf 
Adobe PDF format for export.  
Xps 
Microsoft Xps format for export.  
HtmlTable 
HTML Table format for export.  
HtmlSpan 
HTML Span format for export.  
HtmlDiv 
HTML Div format for export.  
Rtf 
RTF format for export.  
RtfTable 
Table in Rtf format for export.  
RtfFrame 
Components of the report will be placed into RTF frames for export.  
RtfWinWord 
Components of the report will be placed into RTF frames with borders in Microsoft Word graphic format for export.  
RtfTabbedText 
Mode for export to the RTF format with Tab symbol as delimiter of the text.  
Text 
Text format for export.  
Excel 
Excel BIFF (Binary Interchange File Format) format for export.  
ExcelXml 
Excel Xml format for export.  
Excel2007 
Excel 2007 format for export.  
Word2007 
Word 2007 format for export.  
Xml 
Xml format for export.  
Csv 
CSV (Comma Separated Value) file format for export.  
Dif 
Dif file format for export.  
Sylk 
Sylk file format for export.  
Image 
Image format for export.  
ImageGif 
Image in GIF format for export.  
ImageBmp 
Image in BMP format for export.  
ImagePng 
Image in PNG format for export.  
ImageTiff 
Image in TIFF format for export.  
ImageJpeg 
Image in JPEG format for export.  
ImagePcx 
Image in PCX format for export.  
ImageEmf 
Image in EMF format for export.  
ImageSvg 
Image in SVG format for export.  
ImageSvgz 
Image in SVGZ format for export.  
Mht 
WebArchive format for export.  
Dbf 
dBase/FoxPro format for export.  
Html 
HTML format for export.  
Ods 
OpenDocument Calc file  
Odt 
OpenDocument Writer file  
Ppt2007 
PowerPoint 2007 format for export  
Html5 
HTML5 format for export.  
Data 
Universal format for all data type of exports.  
Document 
Document MDC file.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.