Click or drag to resize

StiReportIsEncryptedFile Method

Returns true if specified stream contains encrypted report.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static bool IsEncryptedFile(
	Stream stream
)

Parameters

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.StiReport.IsEncryptedFile(System.IO.Stream)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.IsEncryptedFile(System.IO.Stream)"]

See Also