IReportServerConnection.ReportServerUrl 屬性
傳回報表伺服器的 URL。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
ReadOnly Property ReportServerUrl As Uri
Get
'用途
Dim instance As IReportServerConnection
Dim value As Uri
value = instance.ReportServerUrl
Uri ReportServerUrl { get; }
property Uri^ ReportServerUrl {
Uri^ get ();
}
abstract ReportServerUrl : Uri
function get ReportServerUrl () : Uri
屬性值
型別:System.Uri
包含報表伺服器之 URL 的 Uri 物件。