Click or drag to resize

StiReportIsJsonFile Method

Returns true if specified stream contains packed report.

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

Parameters

stream
Type: System.IOStream

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

Return Value

Type: Boolean

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

See Also