IExportService.GetExportStatus(ExportId) Method
Returns the current status of the exported document.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.1.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 |
---|---|---|
exportId | ExportId | An ExportId object. |
Returns
Type | Description |
---|---|
ExportStatus | An ExportStatus structure. |
See Also