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
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true si el botón Imprimir está visible en la barra de herramientas; en caso contrario, false. El valor predeterminado es true.