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
)
Public Sub Load (
service As StiPageSLService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiPageSLService
The provider which will load a page. - path
- Type: SystemString
The file for loading a page.
See Also