Partilhar via


Propriedade ReportViewer.ShowFindControls

Obtém ou define um valor que indica se a caixa de texto Localizar está visível na barra de ferramentas.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ShowFindControls As Boolean
[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 propriedade

Tipo: Boolean
true se a caixa de texto Localizar estiver visível na barra de ferramentas; caso contrário, false.O padrão é true.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms