Propiedad ReportViewer.ShowBackButton

Indica si el botón Atrás es visible en el control.

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

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
<CategoryAttribute("ToolBar")> _
Public Property ShowBackButton As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowBackButton

instance.ShowBackButton = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
[CategoryAttribute("ToolBar")] 
public bool ShowBackButton { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
public:
bool ShowBackButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowBackButton ()

/** @property */
public void set_ShowBackButton (boolean value)
public function get ShowBackButton () : boolean

public function set ShowBackButton (value : boolean)

Valor de la propiedad

Un valor Boolean que indica la visibilidad del botón Atrás. El valor predeterminado es true.

Consulte también

Referencia

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