Proprietà ReportViewer.ShowPrintButton

Indica se il pulsante Stampa è visibile.

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

Sintassi

'Dichiarazione
<CategoryAttribute("Toolbar")> _
<DefaultValueAttribute(True)> _
<SRDescriptionAttribute("ShowPrintButtonDesc")> _
Public Property ShowPrintButton As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPrintButton

instance.ShowPrintButton = value
[CategoryAttribute("Toolbar")] 
[DefaultValueAttribute(true)] 
[SRDescriptionAttribute("ShowPrintButtonDesc")] 
public bool ShowPrintButton { get; set; }
[CategoryAttribute(L"Toolbar")] 
[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)

Valore proprietà

Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WinForms