ReportViewer.ShowFindControls Property

Gets or sets a value that indicates whether the Find text box is visible on the toolbar.

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

Syntax

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

value = instance.ShowFindControls

instance.ShowFindControls = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public bool ShowFindControls { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(true)] 
public:
property bool ShowFindControls {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowFindControls ()

/** @property */
public void set_ShowFindControls (boolean value)
public function get ShowFindControls () : boolean

public function set ShowFindControls (value : boolean)

Property Value

true if the Find text box is visible on the toolbar; otherwise, false. The default is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace