SharedDataSet.ReportServerUrl 属性

Gets or sets the URL of the report server that hosts the shared dataset.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property ReportServerUrl As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string value.