StiReportLoadPackedReport Method (Byte) |
Loads a packed 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 LoadPackedReport(
byte[] bytes
)
Public Overridable Sub LoadPackedReport (
bytes As Byte()
)
Parameters
- bytes
- Type: SystemByte
The byte array.
See Also