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
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowBackButton
instance.ShowBackButton = value
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: System.Boolean
Valore boolean che indica la visibilità del pulsante Indietro. Il valore predefinito è true.