Partager via


Propriété IReportServerConnection.ReportServerUrl

Renvoie l'URL du serveur de rapports.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
ReadOnly Property ReportServerUrl As Uri
    Get
'Utilisation
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

Valeur de propriété

Type : System.Uri
Objet Uri qui contient l'URL du serveur de rapports.

Voir aussi

Référence

IReportServerConnection Interface

Espace de noms Microsoft.Reporting.WebForms