Report.ReportServerUrl Property

Definition

Gets or sets the URL of the report server.

public:
 property System::String ^ ReportServerUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public string ReportServerUrl { get; set; }
[<System.ComponentModel.DefaultValue("")>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.ReportServerUrl : string with get, set
Public Property ReportServerUrl As String

Property Value

The URL of the report server.

Attributes

Applies to