ReportViewer.ShowPrintButton-Eigenschaft

Gibt an, ob die Schaltfläche Drucken sichtbar ist.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(True)> _
<CategoryAttribute("Toolbar")> _
Public Property ShowPrintButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowPrintButton

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

Eigenschaftenwert

Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WinForms-Namespace