Propriedade ReportViewer.ShowBackButton
Obtém ou define um valor que indica se o botão Voltar está visível na barra de ferramentas.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<WebBrowsableAttribute(True)> _
Public Property ShowBackButton As Boolean
[WebBrowsableAttribute(true)]
public bool ShowBackButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowBackButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowBackButton : bool with get, set
function get ShowBackButton () : boolean
function set ShowBackButton (value : boolean)
Valor de propriedade
Tipo: Boolean
true se o botão Voltar estiver visível na barra de ferramentas; caso contrário, false.O padrão é true.