Click or drag to resize

StiPageLoadDocument Method (StiDocumentPageSLService, String)

Loads a rendered page 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 LoadDocument(
	StiDocumentPageSLService service,
	string path
)

Parameters

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