Click or drag to resize

StiReportSaveEncryptedReport Method (Stream, String)

Saves a encrypted report template in the stream.

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

Parameters

stream
Type: System.IOStream
A stream to save a encrypted report template.
key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Stimulsoft.Report.StiReport.SaveEncryptedReport(System.IO.Stream,System.String)"]

See Also