Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL of the report server that hosts the shared dataset.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ReportServerUrl As String
Get
Set
'Usage
Dim instance As SharedDataSet
Dim value As String
value = instance.ReportServerUrl
instance.ReportServerUrl = value
public string ReportServerUrl { get; set; }
public:
property String^ ReportServerUrl {
String^ get ();
void set (String^ value);
}
member ReportServerUrl : string with get, set
function get ReportServerUrl () : String
function set ReportServerUrl (value : String)
Property Value
Type: System.String
The URL of the report server that hosts the shared dataset.