StiReportSaveReportSourceCode Method (String, Boolean) |
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,
bool saveForInheritedReports
)
Public Overridable Sub SaveReportSourceCode (
path As String,
saveForInheritedReports As Boolean
)
Parameters
- path
- Type: SystemString
Parameter specifies a path to the file the report is exported to. - saveForInheritedReports
- Type: SystemBoolean
[Missing <param name="saveForInheritedReports"/> documentation for "M:Stimulsoft.Report.StiReport.SaveReportSourceCode(System.String,System.Boolean)"]
See Also