Propriedade ReportViewer.ShowBackButton
Indica se o botão Voltar está visível no controle.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Boolean
Um valor booliano que indica a visibilidade do botão Voltar.O valor padrão é true.