Back to Devexpress

ReportService.GetExportStatus(ExportId) Method

xtrareports-devexpress-dot-xtrareports-dot-service-dot-reportservice-dot-getexportstatus-x28-devexpress-dot-documentservices-dot-servicemodel-dot-datacontracts-dot-exportid-x29.md

latest2.0 KB
Original Source

ReportService.GetExportStatus(ExportId) Method

Returns the current status of document exporting.

Namespace : DevExpress.XtraReports.Service

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

NuGet Packages : DevExpress.Reporting.WCF, DevExpress.Win.Dashboard

Declaration

csharp
public virtual ExportStatus GetExportStatus(
    ExportId exportId
)
vb
Public Overridable Function GetExportStatus(
    exportId As ExportId
) As ExportStatus

Parameters

NameTypeDescription
exportIdExportId

An ExportId object.

|

Returns

TypeDescription
ExportStatus

An ExportStatus structure.

|

Implements

GetExportStatus(ExportId)

See Also

ReportService Class

ReportService Members

DevExpress.XtraReports.Service Namespace