Click or drag to resize

StiReportExportDocumentAsync Method (StiExportFormat, String)

Exports a rendered report into the file without dialog using the provider.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public Task ExportDocumentAsync(
	StiExportFormat exportFormat,
	string file
)

Parameters

exportFormat
Type: Stimulsoft.ReportStiExportFormat
A format for the document which will be exported to.
file
Type: SystemString
A file to export the rendered report.

Return Value

Type: Task

[Missing <returns> documentation for "M:Stimulsoft.Report.StiReport.ExportDocumentAsync(Stimulsoft.Report.StiExportFormat,System.String)"]

See Also