Click or drag to resize

StiReportLoadDocument Method (Byte)

Loads a 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 LoadDocument(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The byte frray for loading a rendered report from it.
See Also