ReportViewer.ShowPrintButton (Propiedad)
Obtiene o establece un valor que indica si el botón Imprimir está visible.
Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)
Sintaxis
'Declaración
Public Property ShowPrintButton As Boolean
public bool ShowPrintButton { get; set; }
public:
property bool ShowPrintButton {
bool get ();
void set (bool value);
}
member ShowPrintButton : bool with get, set
function get ShowPrintButton () : boolean
function set ShowPrintButton (value : boolean)
Valor de propiedad
Tipo: Boolean
true si los botones de las funciones de impresión están visibles; de lo contrario, false.El valor predeterminado es true.
Comentarios
Los botones a los que afecta esta propiedad son: Imprimir, Configurar página, y Vista previa de impresión.