Click or drag to resize

StiReportSaveEncryptedDocument Method (Stream, String)

Saves a encrypted rendered report to the stream.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void SaveEncryptedDocument(
	Stream stream,
	string key
)

Parameters

stream
Type: System.IOStream
A stream to save a encrypted rendered report.
key
Type: SystemString
The key for encryption.
See Also