IReportServerConnection.ReportServerUrl Propiedad

Devuelve la dirección URL del servidor de informes.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
ReadOnly Property ReportServerUrl As Uri
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Uri
Un objeto Uri que contiene la dirección URL del servidor de informes.

Vea también

Referencia

IReportServerConnection Interfaz

Espacio de nombres Microsoft.Reporting.WebForms