Condividi tramite


Proprietà ReportViewer.ShowPrintButton

Recupera o imposta un valore che indica se il pulsante Stampa è visibile.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Property ShowPrintButton As Boolean
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPrintButton

instance.ShowPrintButton = value
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)

Valore proprietà

Tipo: System.Boolean
true se i pulsanti per le funzioni di stampa sono visibili. In caso contrario false. Il valore predefinito è true.

Osservazioni

Questa proprietà influisce sui pulsanti Stampa, Imposta pagina e Anteprima di stampa.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms