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 对象。

请参阅

参考

IReportServerConnection 接口

Microsoft.Reporting.WebForms 命名空间