Propriété ReportViewer.ShowBackButton
Indique si le bouton Précédent est visible dans le contrôle.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Property ShowBackButton As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
Valeur Boolean qui indique la visibilité du bouton Précédent. La valeur par défaut est true.