Compartir a través de


ReportViewer.ShowFindControls (Propiedad)

Indica si el botón Buscar está visible en el control.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
Public Property ShowFindControls As Boolean
public bool ShowFindControls { get; set; }
public:
property bool ShowFindControls {
    bool get ();
    void set (bool value);
}
member ShowFindControls : bool with get, set
function get ShowFindControls () : boolean
function set ShowFindControls (value : boolean)

Valor de propiedad

Tipo: Boolean
Un valor booleano.El valor predeterminado es true.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WinForms (Espacio de nombres)