Click or drag to resize

StiReportLoadPackedDocument Method (Byte)

Loads a packed rendered report from the byte array.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void LoadPackedDocument(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The byte array.
See Also