Skip to main content
All docs
V18.2

ASPxDesignerNavigateTab.url Property

Provides access to the URL of a report opened in the current tab.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public KnockoutObservable<string> url { get; }

Property Value

Type Description
KnockoutObservable<String>

A knockout observable string that specifies the report URL.

See Also