Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the Find text box is visible on the control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(True)> _
Public Property ShowFindControls As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowFindControls
instance.ShowFindControls = value
[DefaultValueAttribute(true)]
public bool ShowFindControls { get; set; }
[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
A Boolean value. The default value is true.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace