Click or drag to resize

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
)

Parameters

reportStr
Type: SystemString
A string which contains the encrypted template.
key
Type: SystemString
The key for encryption.
See Also