Click or drag to resize

StiReport.LoadDocument Method (StiDocumentSLService, Stream)

Loads a rendered report from the stream using the provider.

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

Parameters

service
Type: Stimulsoft.Report.SaveLoad.StiDocumentSLService
A provider for loading a rendered report.
stream
Type: System.IO.Stream
A stream for loading a rendered report.
See Also