Propriété ReportViewer.ShowBackButton
Obtient ou définit une valeur qui indique si le bouton Précédent est visible dans la barre d'outils.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowBackButton As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true si le bouton Précédent est visible dans la barre d'outils ; false dans le cas contraire. La valeur par défaut est true.