Click or drag to resize

StiExcelXmlExportServiceExportExcel Method (StiReport, Stream, StiExcelExportSettings)

Exports a rendered report to the ExcelXml 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,
	StiExcelExportSettings settings
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Export.StiExcelXmlExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiExcelExportSettings)"]

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.Export.StiExcelXmlExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiExcelExportSettings)"]

settings
Type: Stimulsoft.Report.ExportStiExcelExportSettings

[Missing <param name="settings"/> documentation for "M:Stimulsoft.Report.Export.StiExcelXmlExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiExcelExportSettings)"]

See Also