次の方法で共有


ServerReport.ReportServerUrl プロパティ

レポート サーバーの URL を取得または設定します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
    Get
    Set
'使用
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[WebBrowsableAttribute(true)]
public Uri ReportServerUrl { get; set; }
[WebBrowsableAttribute(true)]
public:
property Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportServerUrl : Uri with get, set
function get ReportServerUrl () : Uri
function set ReportServerUrl (value : Uri)

プロパティ値

型: System.Uri
レポート サーバーの URL を示す Uri オブジェクト。

使用例

コード例については、「Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%)」を参照してください。

関連項目

参照

ServerReport クラス

Microsoft.Reporting.WebForms 名前空間