SharedDataSet.ReportServerUrl プロパティ

定義

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

public:
 property System::String ^ ReportServerUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public string ReportServerUrl { get; set; }
[<System.ComponentModel.DefaultValue("")>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.ReportServerUrl : string with get, set
Public Property ReportServerUrl As String

プロパティ値

共有データセットをホストするレポート サーバーの URL。

属性

適用対象