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

IExportService.GetExportStatus(ExportId) Method

Returns the current status of the exported document.

Namespace: DevExpress.XtraReports.Service

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

Declaration

[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
ExportStatus GetExportStatus(
    ExportId exportId
)

Parameters

Name Type Description
exportId ExportId

An ExportId object.

Returns

Type Description
ExportStatus

An ExportStatus structure.

See Also