Click or drag to resize

StiReportSaveEncryptedReportToByteArray Method

Saves a encrypted report template in the byte array.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual byte[] SaveEncryptedReportToByteArray(
	string key
)

Parameters

key
Type: SystemString

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

Return Value

Type: Byte
A new byte array containing the encrypted report template.
See Also