Click or drag to resize

StiReportLoad Method (Byte)

Loads a report template from the byte array.

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

Parameters

bytes
Type: SystemByte
A byte array which contains the report template.
See Also