Click or drag to resize

StiReportLoadPackedReport Method (Stream)

Loads a packed report template from the stream.

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

Parameters

stream
Type: System.IOStream
A stream to load a packed report template.
See Also