Propiedad ServerReport.ReportPath

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

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

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute("")> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
Public Property ReportPath As String
'Uso
Dim instance As ServerReport
Dim value As String

value = instance.ReportPath

instance.ReportPath = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute("")] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
public string ReportPath { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(L"")] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
public:
String^ ReportPath {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_ReportPath ()

/** @property */
public void set_ReportPath (String value)
public function get ReportPath () : String

public function set ReportPath (value : String)

Valor de la propiedad

Un valor string.

Ejemplo

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

Consulte también

Referencia

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