ServerReport.ReportServerUrl Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property Uri ^ ReportServerUrl { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.DefaultValue(typeof(System.Uri), "http://localhost/reportserver")]
[System.ComponentModel.NotifyParentProperty(true)]
[System.Web.UI.WebControls.WebParts.WebBrowsable(true)]
public Uri ReportServerUrl { get; set; }
[<System.ComponentModel.DefaultValue(typeof(System.Uri), "http://localhost/reportserver")>]
[<System.ComponentModel.NotifyParentProperty(true)>]
[<System.Web.UI.WebControls.WebParts.WebBrowsable(true)>]
member this.ReportServerUrl : Uri with get, set
Public Property ReportServerUrl As Uri
Valor de propiedad
- Atributos