StiReportSaveReportSourceCode Method (Boolean) |
Saves the report source code to the string.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public string SaveReportSourceCode(
bool saveForInheritedReports
)
Public Function SaveReportSourceCode (
saveForInheritedReports As Boolean
) As String
Parameters
- saveForInheritedReports
- Type: SystemBoolean
[Missing <param name="saveForInheritedReports"/> documentation for "M:Stimulsoft.Report.StiReport.SaveReportSourceCode(System.Boolean)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.SaveReportSourceCode(System.Boolean)"]
See Also