Click or drag to resize

StiReportSaveEncryptedReportToString Method

Saves a encrypted report template to the string.

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

Parameters

key
Type: SystemString

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

Return Value

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