StiReportLoadPackedDocument Method (Byte) |
Loads a packed rendered report from the byte array.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadPackedDocument(
byte[] bytes
)
Public Overridable Sub LoadPackedDocument (
bytes As Byte()
)
Parameters
- bytes
- Type: SystemByte
The byte array.
See Also