IReportServerConnection.ReportServerUrl-Eigenschaft

Gibt die URL des Berichtsservers zurück.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
ReadOnly Property ReportServerUrl As Uri
    Get
'Usage
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

Eigenschaftswert

Typ: System.Uri
Ein Uri-Objekt, das die URL für den Berichtsserver enthält.

Siehe auch

Verweis

IReportServerConnection Schnittstelle

Microsoft.Reporting.WebForms-Namespace