Compartir a través de


ServerReport.ReportServerUrl (Propiedad)

Obtiene o establece 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
<WebBrowsableAttribute(True)> _
Public Property ReportServerUrl As Uri
[WebBrowsableAttribute(true)]
public Uri ReportServerUrl { get; set; }
[WebBrowsableAttribute(true)]
public:
property Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportServerUrl : Uri with get, set
function get ReportServerUrl () : Uri
function set ReportServerUrl (value : Uri)

Valor de propiedad

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

Ejemplos

Para ver un ejemplo de código, vea Render.

Vea también

Referencia

ServerReport Clase

Microsoft.Reporting.WebForms (Espacio de nombres)