StiReportLoadEncryptedDocument Method (Byte, String) |
Loads a encrypted 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 LoadEncryptedDocument(
byte[] bytes,
string key
)
Public Overridable Sub LoadEncryptedDocument (
bytes As Byte(),
key As String
)
Parameters
- bytes
- Type: SystemByte
The byte array. - key
- Type: SystemString
The key for encryption.
See Also