StiPageSave Method (StiPageSLService, String) |
Saves a page template into the file using the provider.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void Save(
StiPageSLService service,
string path
)
Public Sub Save (
service As StiPageSLService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiPageSLService
The provider which will save a page. - path
- Type: SystemString
The file for saving a page.
See Also