Click or drag to resize

StiOdsExportServiceExport Method (StiReport, String, Boolean, StiGuiMode)

Exports a rendered report to the Ods file. Also exported document can be sent via e-mail.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void Export(
	StiReport report,
	string fileName,
	bool sendEMail,
	StiGuiMode guiMode
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
fileName
Type: SystemString
A name of the file for exporting a rendered report.
sendEMail
Type: SystemBoolean
A parameter indicating whether the exported report will be sent via e-mail.
guiMode
Type: Stimulsoft.BaseStiGuiMode

[Missing <param name="guiMode"/> documentation for "M:Stimulsoft.Report.Export.StiOdsExportService.Export(Stimulsoft.Report.StiReport,System.String,System.Boolean,Stimulsoft.Base.StiGuiMode)"]

See Also