Propriedade ReportViewer.ShowPrintButton
Obtém ou define um valor que indica se o botão Imprimir está visível na barra de ferramentas.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<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)
Valor de propriedade
Tipo: Boolean
true se o botão Imprimir estiver visível na barra de ferramentas; caso contrário, false.O padrão é true.