ReportService.GetBuildStatus(DocumentId) Method
In This Article
Gets the current build status of the specified report.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
#Declaration
public virtual BuildStatus GetBuildStatus(
DocumentId documentId
)
#Parameters
Name | Type | Description |
---|---|---|
document |
Document |
A Document |
#Returns
Type | Description |
---|---|
Build |
A Build |
#Implements
See Also