StiReportExportDocumentAsync Method (StiExportService, String, Boolean) |
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,
bool sendEMail
)
Public Function ExportDocumentAsync (
service As StiExportService,
path As String,
sendEMail As Boolean
) 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. - sendEMail
- Type: SystemBoolean
If this parameter is true then the exported report will be sent via email.
Return Value
Type:
Task[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.ExportDocumentAsync(Stimulsoft.Report.Export.StiExportService,System.String,System.Boolean)"]
See Also