Click or drag to resize

StiPageLoad Method (StiPageSLService, String)

Loads a page template from the file 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,
	string path
)

Parameters

service
Type: Stimulsoft.Report.SaveLoadStiPageSLService
The provider which will load a page.
path
Type: SystemString
The file for loading a page.
See Also