Click or drag to resize

StiPageLoadDocument Method (StiDocumentPageSLService, Stream)

Loads a rendered page from the stream using the provider.

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

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiDocumentPageSLService
The provider which will load a page.
stream
Type: System.IOStream
The stream for loading a page.
See Also