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