Skip to main content
All docs
V18.2

ASPxClientReportPreview.documentBuilding Property

Provides access to a value that specifies whether the document is currently building.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public KnockoutObservable<bool> documentBuilding { get; }

Property Value

Type Description
KnockoutObservable<Boolean>

A knockout observable object that specifies whether the document is building.

See Also