共用方式為


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
The URL of the report server that hosts the shared dataset.

請參閱

參考

SharedDataSet 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間