StiReportExportDocumentAsync 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 Task ExportDocumentAsync(
StiExportService service,
string path
)
Public Function ExportDocumentAsync (
service As StiExportService,
path As String
) As Task
Parameters
- service
- Type: Stimulsoft.Report.ExportStiExportService
A provider that exports a rendered report. - path
- Type: SystemString
A file to export the rendered report.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.ExportDocumentAsync(Stimulsoft.Report.Export.StiExportService,System.String)"]
See Also