StiReportSaveReportSourceCodeForSilverlight Method (Stream) |
Saves the report source code for Silverlight to the stream.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void SaveReportSourceCodeForSilverlight(
Stream stream
)
Public Sub SaveReportSourceCodeForSilverlight (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
Stream for saving the source code.
See Also