Propriété ReportViewer.ShowPrintButton
Obtient ou définit une valeur qui indique si le bouton Imprimer 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 ShowPrintButton As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowPrintButton
instance.ShowPrintButton = value
[WebBrowsableAttribute(true)]
public bool ShowPrintButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowPrintButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowPrintButton : bool with get, set
function get ShowPrintButton () : boolean
function set ShowPrintButton (value : boolean)
Valeur de propriété
Type : System.Boolean
true si le bouton Imprimer est visible dans la barre d'outils ; false dans le cas contraire. La valeur par défaut est true.