You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiExcelExportService Class > StiExcelExportService Methods > ExportExcel Method > ExportExcel Method (StiReport, Stream, StiPagesRange, bool, bool, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiExcelExportService.ExportExcel Method (StiReport, Stream, StiPagesRange, bool, bool, bool)

Exports rendered report to an Excel file.

Syntax
C++
C#
Visual Basic
public: void ExportExcel( StiReport report, Stream stream, StiPagesRange pageRange, bool useOnePageHeaderAndFooter, bool exportDataOnly, bool exportObjectFormatting );
Parameters
Parameters 
Description 
report 
A report which is to be exported. 
stream 
A stream for export of a document. 
pageRange 
Describes range of pages of the document for the export. 
useOnePageHeaderAndFooter 
If true then the first page header and the last page footer will be exported for all exported documents. 
exportDataOnly 
If true then only data from the DataBand of the page will be exported. 
exportObjectFormatting 
If true then the Object formatting will be applied for the exported file. If the ExportDataOnly is false then this parameter is ignored. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.