Click or drag to resize

StiExcelExportServiceExportExcel Method (StiReport, Stream, StiPagesRange, Boolean)

Exports rendered report to an Excel file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportExcel(
	StiReport report,
	Stream stream,
	StiPagesRange pageRange,
	bool useOnePageHeaderAndFooter
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream for export of a document.
pageRange
Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export.
useOnePageHeaderAndFooter
Type: SystemBoolean
If true then the first page header and the last page footer will be exported for all exported documents.
See Also