Skip to main content
A newer version of this page is available. .

ReportService.GetExportStatus(ExportId) Method

Returns the current status of document exporting.

Namespace: DevExpress.XtraReports.Service

Assembly: DevExpress.XtraReports.v18.2.Service.dll

Declaration

public virtual ExportStatus GetExportStatus(
    ExportId exportId
)

Parameters

Name Type Description
exportId ExportId

An ExportId object.

Returns

Type Description
ExportStatus

An ExportStatus structure.

See Also