Click or drag to resize

StiOdsExportServiceExportOds Method (StiReport, String)

Exports rendered report to an Ods file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportOds(
	StiReport report,
	string fileName
)

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.
See Also