Proprietà ReportViewer.ShowBackButton
Indica se il pulsante Indietro è visibile nel controllo.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Boolean
Valore boolean che indica la visibilità del pulsante Indietro.Il valore predefinito è true.