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
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowFindControls
instance.ShowFindControls = value
[CategoryAttribute("ToolBar")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
public bool ShowFindControls { get; set; }
[CategoryAttribute(L"ToolBar")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(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