Click or drag to resize

StiReportLoadPackedDocument Method (Stream)

Loads a packed rendered report from the stream.

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

Parameters

stream
Type: System.IOStream
The stream to load a packed rendered report.
See Also