Propiedad ReportViewer.ShowPrintButton

Indica si el botón Imprimir debe ser visible.

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

Sintaxis

'Declaración
<CategoryAttribute("ToolBar")> _
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(True)> _
Public Property ShowPrintButton As Boolean
'Uso
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPrintButton

instance.ShowPrintButton = value
[CategoryAttribute("ToolBar")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public bool ShowPrintButton { get; set; }
[CategoryAttribute(L"ToolBar")] 
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public:
bool ShowPrintButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowPrintButton ()

/** @property */
public void set_ShowPrintButton (boolean value)
public function get ShowPrintButton () : boolean

public function set ShowPrintButton (value : boolean)

Valor de la propiedad

Un valor Boolean. El valor predeterminado es true.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms