Click or drag to resize

StiReportSaveEncryptedDocumentToString Method

Saves a encrypted rendered report to the string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual string SaveEncryptedDocumentToString(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: String
A string which contains a encrypted rendered report.
See Also