StiReportLoadDocument Method (Byte) |
Loads a 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 LoadDocument(
byte[] bytes
)
Public Overridable Sub LoadDocument (
bytes As Byte()
)
Parameters
- bytes
- Type: SystemByte
The byte frray for loading a rendered report from it.
See Also