Click or drag to resize

StiReportSaveReportSourceCode Method (String)

Saves the report source code to the file.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void SaveReportSourceCode(
	string path
)

Parameters

path
Type: SystemString
Parameter specifies a path to the file the report is exported to.
See Also