Proprietà ReportViewer.ShowBackButton
Ottiene o imposta un valore che indica se il pulsante Indietro è visibile nella barra degli strumenti.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowBackButton As Boolean
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowBackButton
instance.ShowBackButton = value
[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)
Valore proprietà
Tipo: System.Boolean
true se il pulsante Indietro è visibile nella barra degli strumenti; in caso contrario, false. Il valore predefinito è true.