Compartir a través de


ReportViewer.ShowBackButton (Propiedad)

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

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

Sintaxis

'Declaración
Public Property ShowBackButton As Boolean
public bool ShowBackButton { get; set; }
public:
property bool ShowBackButton {
    bool get ();
    void set (bool value);
}
member ShowBackButton : bool with get, set
function get ShowBackButton () : boolean
function set ShowBackButton (value : boolean)

Valor de propiedad

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

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WinForms (Espacio de nombres)