Freigeben über


ReportViewer.ShowFindControls-Eigenschaft

Gibt an, ob die Schaltfläche Suchen im Steuerelement sichtbar ist.

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

Syntax

'Declaration
Public Property ShowFindControls As Boolean
public bool ShowFindControls { get; set; }
public:
property bool ShowFindControls {
    bool get ();
    void set (bool value);
}
member ShowFindControls : bool with get, set
function get ShowFindControls () : boolean
function set ShowFindControls (value : boolean)

Eigenschaftswert

Typ: Boolean
Ein Boolean-Wert.Der Standardwert ist true.

Siehe auch

Referenz

ReportViewer Klasse

Microsoft.Reporting.WinForms-Namespace