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
    Get
    Set
'Uso
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[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 la propiedad

Tipo: System.String
Valor string.

Ejemplos

Para obtener más información y un ejemplo de código, vea Render(String, String, String%, String%, String%, array<String[]%, array<Warning[]%).

Vea también

Referencia

ServerReport Clase

Espacio de nombres Microsoft.Reporting.WebForms