Click or drag to resize

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
)

Parameters

stream
Type: System.IOStream
Stream for saving the source code.
See Also