StiReportLoad Method (StiReportSLService, String) |
Loads a report template from the file using the provider.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void Load(
StiReportSLService service,
string path
)
Public Overridable Sub Load (
service As StiReportSLService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiReportSLService
A provider which loads a report template. - path
- Type: SystemString
A file for loading a report template.
See Also