Freigeben über


ReportViewer.ShowFindControls-Eigenschaft

Ruft einen Wert ab bzw. legt einen Wert fest, der angibt, ob das Textfeld Suchen auf der Symbolleiste angezeigt wird.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
    Get
    Set
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowFindControls

instance.ShowFindControls = value
[WebBrowsableAttribute(true)]
public bool ShowFindControls { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowFindControls {
    bool get ();
    void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowFindControls : bool with get, set
function get ShowFindControls () : boolean
function set ShowFindControls (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn das Textfeld Suchen auf der Symbolleiste angezeigt wird, andernfalls false. Der Standardwert ist true.

Siehe auch

Verweis

ReportViewer Klasse

Microsoft.Reporting.WebForms-Namespace