StiReportLoadDocument Method (StiDocumentSLService, String) |
Loads a rendered report 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 LoadDocument(
StiDocumentSLService service,
string path
)
Public Overridable Sub LoadDocument (
service As StiDocumentSLService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiDocumentSLService
A provider for loading a rendered report. - path
- Type: SystemString
A file for loading a rendered report.
See Also