Click or drag to resize

StiReportLoad Method (StiReportSLService, Stream)

Loads a report template from the stream using provider.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void Load(
	StiReportSLService service,
	Stream stream
)

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiReportSLService
A provider which loads a report template.
stream
Type: System.IOStream
A stream for loading a report template.
See Also