ReportService.GetExportStatus(ExportId) Method
Returns the current status of document exporting.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| exportId | ExportId | An ExportId object. |
Returns
| Type | Description |
|---|---|
| ExportStatus | An ExportStatus structure. |
Implements
See Also