Click or drag to resize

StiReportLoadEncryptedDocumentFromString Method

Loads a encrypted rendered report from the string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void LoadEncryptedDocumentFromString(
	string reportStr,
	string key
)

Parameters

reportStr
Type: SystemString
A string from which the encrypted rendered report will be loaded from.
key
Type: SystemString
The key for encryption.
See Also