ServerReport.ReportServerUrl 屬性
取得或設定報表伺服器的 URL。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
[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)
屬性值
類型:Uri
包含報表伺服器之 URL 的 Uri 物件。
範例
請參閱Render>,以取得程式碼範例。