Click or drag to resize

StiExcelExportServiceExportExcel Method (StiReport, Stream, StiPagesRange, Boolean, Boolean, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

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,
	bool exportDataOnly,
	bool exportObjectFormatting,
	bool exportEachPageToSheet
)

Parameters

report
Type: Stimulsoft.ReportStiReport

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

stream
Type: System.IOStream

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

pageRange
Type: Stimulsoft.ReportStiPagesRange

[Missing <param name="pageRange"/> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

useOnePageHeaderAndFooter
Type: SystemBoolean

[Missing <param name="useOnePageHeaderAndFooter"/> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

exportDataOnly
Type: SystemBoolean

[Missing <param name="exportDataOnly"/> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

exportObjectFormatting
Type: SystemBoolean

[Missing <param name="exportObjectFormatting"/> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

exportEachPageToSheet
Type: SystemBoolean

[Missing <param name="exportEachPageToSheet"/> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.ExportExcel(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also