Partilhar via


Propriedade ReportViewer.ShowPrintButton

Obtém ou define um valor que indica se o botão Imprimir está visível.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Boolean
true se os botões para as funções de cópia estão visíveis; caso contrário, false.O padrão é true.

Comentários

Os botões afetados por essa propriedade incluem Imprimir, Configurar Página e Visualizar Impressão.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms