Click or drag to resize

StiReportSaveEncryptedDocumentToByteArray Method

Saves a encrypted rendered report to the byte array.

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

Parameters

key
Type: SystemString

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

Return Value

Type: Byte
A byte array which contains a encrypted rendered report.
See Also