ReportService.GetExportStatus(ExportId) Method
In This Article
Returns the current status of document exporting.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual ExportStatus GetExportStatus(
ExportId exportId
)
#Parameters
Name | Type | Description |
---|---|---|
export |
Export |
An Export |
#Returns
Type | Description |
---|---|
Export |
An Export |
#Implements
See Also