Click or drag to resize

StiReportGetReportFromAssembly Method (Byte)

Returns a created report from the byte array.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static StiReport GetReportFromAssembly(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The byte array.

Return Value

Type: StiReport
Created report.
See Also