Compartir a través de


ReportViewer.ShowPrintButton (Propiedad)

Obtiene o establece un valor que indica si el botón Imprimir está visible en la barra de herramientas.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<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 propiedad

Tipo: Boolean
true si el botón Imprimir está visible en la barra de herramientas; en caso contrario, false.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)