StiReportSaveReportSourceCode Method (Stream, Boolean) |
Saves the report source code to the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void SaveReportSourceCode(
Stream stream,
bool saveForInheritedReports
)
Public Sub SaveReportSourceCode (
stream As Stream,
saveForInheritedReports As Boolean
)
Parameters
- stream
- Type: System.IOStream
Stream for saving the source code. - saveForInheritedReports
- Type: SystemBoolean
[Missing <param name="saveForInheritedReports"/> documentation for "M:Stimulsoft.Report.StiReport.SaveReportSourceCode(System.IO.Stream,System.Boolean)"]
See Also