Click or drag to resize

StiReport.ExportDocumentAsync 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
)

Parameters

service
Type: Stimulsoft.Report.Export.StiExportService
A provider that exports a rendered report.
path
Type: System.String
A file to export the rendered report.
sendEMail
Type: System.Boolean
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