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 オブジェクト。