Click or drag to resize

StiReportSaveReportSourceCode Method (Stream)

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
)

Parameters

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