次の方法で共有


ServerReport.ReportServerUrl プロパティ

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

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

構文

'宣言
<NotifyParentPropertyAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute(GetType(Uri), "https://localhost/reportserver")> _
Public Property ReportServerUrl As Uri
'使用
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[NotifyParentPropertyAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Misc")] 
[DefaultValueAttribute(typeof(Uri), "https://localhost/reportserver")] 
public Uri ReportServerUrl { get; set; }
[NotifyParentPropertyAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[DefaultValueAttribute(typeof(Uri), L"https://localhost/reportserver")] 
public:
Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_ReportServerUrl ()

/** @property */
public void set_ReportServerUrl (Uri value)
public function get ReportServerUrl () : Uri

public function set ReportServerUrl (value : Uri)

プロパティ値

レポート サーバーの URL を含んでいる Uri オブジェクト。

コード例については、「Render」を参照してください。

参照

リファレンス

ServerReport クラス
ServerReport メンバ
Microsoft.Reporting.WebForms 名前空間