Propriété ReportViewer.ShowBackButton
Indique si le bouton Précédent est visible dans le contrôle.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<CategoryAttribute("ToolBar")> _
<SRDescriptionAttribute("ShowBackButtonDesc")> _
<DefaultValueAttribute(False)> _
<WebBrowsableAttribute(True)> _
Public Property ShowBackButton As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowBackButton
instance.ShowBackButton = value
[CategoryAttribute("ToolBar")]
[SRDescriptionAttribute("ShowBackButtonDesc")]
[DefaultValueAttribute(false)]
[WebBrowsableAttribute(true)]
public bool ShowBackButton { get; set; }
[CategoryAttribute(L"ToolBar")]
[DefaultValueAttribute(false)]
[WebBrowsableAttribute(true)]
public:
bool ShowBackButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowBackButton ()
/** @property */
public void set_ShowBackButton (boolean value)
public function get ShowBackButton () : boolean
public function set ShowBackButton (value : boolean)
Valeur de la propriété
Valeur Boolean qui indique la visibilité du bouton Précédent. La valeur par défaut est true.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms