Report.ReportServerUrl 属性

The URL of the report server.

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

语法

声明
Public Property ReportServerUrl As String
    Get
    Set
用法
Dim instance As Report
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.