Click or drag to resize

StiReportLoad Method (Stream)

Loads a report template from the stream.

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

Parameters

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