Compartir a través de


ServerReport.ReportPath (Propiedad)

Obtiene o establece la ruta de acceso del informe en el servidor.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
Public Property ReportPath As String
[WebBrowsableAttribute(true)]
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member ReportPath : string with get, set
function get ReportPath () : String
function set ReportPath (value : String)

Valor de propiedad

Tipo: String
Valor string.

Ejemplos

Para obtener más información y un ejemplo de código, vea Render.

Vea también

Referencia

ServerReport Clase

Microsoft.Reporting.WebForms (Espacio de nombres)