StiReportLoadEncryptedReportFromString Method |
Loads a encrypted report template from the string.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void LoadEncryptedReportFromString(
string reportStr,
string key
)
Public Overridable Sub LoadEncryptedReportFromString (
reportStr As String,
key As String
)
Parameters
- reportStr
- Type: SystemString
A string which contains the encrypted template. - key
- Type: SystemString
The key for encryption.
See Also