StiReportExportDocument Method (StiExportService, String) |
Exports a rendered report into a file with dialog using the provider.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void ExportDocument(
StiExportService service,
string path
)
Public Sub ExportDocument (
service As StiExportService,
path As String
)
Parameters
- service
- Type: Stimulsoft.Report.ExportStiExportService
A provider that exports a rendered report. - path
- Type: SystemString
A file to export the rendered report.
See Also