Click or drag to resize

StiPageLoad Method (StiPageSLService, Stream)

Loads a page template 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 Load(
	StiPageSLService service,
	Stream stream
)

Parameters

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