次の方法で共有


SharedDataSet.ReportServerUrl プロパティ

共有データセットをホストするレポート サーバーの URL を取得します。値の設定も可能です。

名前空間:  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
共有データセットをホストするレポート サーバーの URL。

関連項目

参照

SharedDataSet クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間