Propiedad ServerReport.ReportServerUrl

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
<NotifyParentPropertyAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute(GetType(Uri), "https://localhost/reportserver")> _
Public Property ReportServerUrl As Uri
'Uso
Dim instance As ServerReport
Dim value As Uri

value = instance.ReportServerUrl

instance.ReportServerUrl = value
[NotifyParentPropertyAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute("Misc")] 
[DefaultValueAttribute(typeof(Uri), "https://localhost/reportserver")] 
public Uri ReportServerUrl { get; set; }
[NotifyParentPropertyAttribute(true)] 
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[DefaultValueAttribute(typeof(Uri), L"https://localhost/reportserver")] 
public:
Uri^ ReportServerUrl {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_ReportServerUrl ()

/** @property */
public void set_ReportServerUrl (Uri value)
public function get ReportServerUrl () : Uri

public function set ReportServerUrl (value : Uri)

Valor de la propiedad

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

Ejemplo

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

Consulte también

Referencia

Clase ServerReport
Miembros ServerReport
Espacio de nombres Microsoft.Reporting.WebForms