ServerReport.ReportServerUrl Property

Definition

public:
 property Uri ^ ReportServerUrl { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.DefaultValue(typeof(System.Uri), "http://localhost/reportserver")]
[System.ComponentModel.NotifyParentProperty(true)]
[System.Web.UI.WebControls.WebParts.WebBrowsable(true)]
public Uri ReportServerUrl { get; set; }
[<System.ComponentModel.DefaultValue(typeof(System.Uri), "http://localhost/reportserver")>]
[<System.ComponentModel.NotifyParentProperty(true)>]
[<System.Web.UI.WebControls.WebParts.WebBrowsable(true)>]
member this.ReportServerUrl : Uri with get, set
Public Property ReportServerUrl As Uri

Property Value

Uri
Attributes

Applies to