Exports

YouTube

Watch the video tutorials how to export report. Subscribe to the Stimulsoft channel and be the first to watch new video lessons. Questions and suggestions is recommended be left in the comments to the video.

This section describes principles of saving rendered reports to different formats, basic characteristics of methods for export, export optimization guidelines data structure which are used in export methods. Stimulsoft Reports supports great many export formats to save rendered reports. Many clients think that there are too many formats. But when you need to get file of definite format type, write only one string of code and the format is not PDF, HTML or RTF, only Stimulsoft Reports may help. We do not think that too many export formats in our report generator is disadvantage and continually work on adding new formats. The more exports the better, as they say.

Available File Formats

The StiExportFormat enumeration describes export formats. Brief information of exports is represented below.

Formats Description
Formats which are used for representing documents and allows for easy viewing and printing  
PDF export to Adobe PDF.
Microsoft Power Point 2007/2010 export to Microsoft Power Point 2007/2010
XPS export to Microsoft XPS.
Web formats  
HTML export to HTML by default. This element duplicates the HTMLTable mode.
HTMLTable export to HTML using the HTML Table element, to create a report structure.
HTMLSpan export to HTML using the HTML Span element, to create a report structure.
HTMLDiv export to HTML using the HTML Div element, to create a report structure.
MHT export to WebArchive. This format is supported only in Microsoft IE.
Text formats  
Text export to Text.
RTF export to Rich Text Format by default. This element duplicates the RTFTable mode.
RTFTable export to Rich Text Format using the RTF Table element, to create a report structure.
RTFFrame export to Rich Text Format using the RTF Frame element, to create a report structure.
RTFWinWord export to Rich Text Format using the Microsoft Word graphic element, to create a report structure.
RTFTabbedText export to Rich Text Format using the symbols of tabulation, to create a report structure.
Word 2007/2010 export to Microsoft Word 2007/2010. This format is supported starting with Microsoft Office 2007/2010.
ODT export to the OpenDocument Writer file.
Spreadsheets  
Excel export to Microsoft Excel. The file is created using the BIFF (Binary Interchange File Format).
ExcelXML export to Microsoft Excel XML. The file is created using the XML. This format is supported starting with Microsoft Office 2003.
Excel 2007/2010 export to Microsoft Excel 2007/2010. This format is supported starting with Microsoft Office 2007/2010.
ODS export to OpenDocument Calc file.
Export as Data  
CSV export to CSV (Comma Separated Value).
DBF export to dBase/FoxPro.
XML export to XML as data. This format is a saved DataSet.
DIF export to DIF (Data Interchange Format).
SYLK export to SYLK (Symbolic Link).
Export as Image  
ImageGif export to GIF.
ImageBmp export to BMP.
ImagePcx export to PCX.
ImagePng export to PNG.
ImageTiff export to TIFF.
ImageJpeg export to JPEG.
ImageEmf export to Windows Metafile.