Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Get
Set
'Uso
Dim instance As ServerReport
Dim value As Uri
value = instance.ReportServerUrl
instance.ReportServerUrl = value
[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 la propiedad
Tipo: System.Uri
Un objeto Uri que contiene la dirección URL del servidor de informes.
Ejemplos
Para ver un ejemplo de código, vea Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).