IExportService.GetExportStatus(ExportId) Method
In This Article
Returns the current status of the exported document.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
[OperationContract]
[WebInvoke(RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json)]
ExportStatus GetExportStatus(
ExportId exportId
)
#Parameters
Name | Type | Description |
---|---|---|
export |
Export |
An Export |
#Returns
Type | Description |
---|---|
Export |
An Export |
See Also