ReportViewer.ShowFindControls Propiedad
Obtiene o establece un valor que indica si el cuadro de texto Buscar está visible en la barra de herramientas.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true si el cuadro de texto Buscar está visible en la barra de herramientas; en caso contrario, false. El valor predeterminado es true.