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
)
Public Overridable Sub Load (
bytes As Byte()
)
Parameters
- bytes
- Type: SystemByte
A byte array which contains the report template.
See Also