StiReportSaveDocument Method (StiDocumentSLService, String) |
Saves a rendered report using the provider in the file.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual void SaveDocument(
StiDocumentSLService service,
string path
)
Public Overridable Sub SaveDocument (
service As StiDocumentSLService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.SaveLoadStiDocumentSLService
A provider that saves a rendered report. - path
- Type: SystemString
A file to save a rendered report.
See Also