Skip to main content
All docs
V18.2

ASPxDesignerNavigateTab.report Property

Provides access to a report opened in the current tab.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<object> report { get; }

Property Value

Type Description
KnockoutObservable<Object>

A knockout observable object that specifies a report opened in the current tab.

See Also