ReportViewer.ShowPrintButton, propriété
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 (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowPrintButton As Boolean
[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 : 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.