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
)
Public Shared Function GetReportFromAssembly (
bytes As Byte()
) As StiReport
Parameters
- bytes
- Type: SystemByte
The byte array.
Return Value
Type:
StiReportCreated report.
See Also