Click or drag to resize

StiReportSave Method (Stream)

Saves a report template in the stream.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void Save(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream for saving a report template.
See Also