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
)
Public Overridable Sub SaveReportSourceCode (
path As String
)
Parameters
- path
- Type: SystemString
Parameter specifies a path to the file the report is exported to.
See Also