Click or drag to resize

StiReportLoadEncryptedDocument Method (String, String)

Loads a encrypted rendered report from the file.

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

Parameters

path
Type: SystemString
The file which contains a encrypted rendered report.
key
Type: SystemString
The key for encryption.
See Also