Partilhar via


Propriedade IReportServerConnection.ReportServerUrl

Returns the URL of the report server.

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

Sintaxe

'Declaração
ReadOnly Property ReportServerUrl As Uri
Uri ReportServerUrl { get; }
property Uri^ ReportServerUrl {
    Uri^ get ();
}
abstract ReportServerUrl : Uri with get
function get ReportServerUrl () : Uri

Valor de propriedade

Tipo: Uri
A Uri object containing the URL of the report server.

Consulte também

Referência

IReportServerConnection Interface

Namespace Microsoft.Reporting.WebForms