Propriedade ReportViewer.ShowFindControls
Indica se a caixa de texto de Localizar está visível no controle.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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 propriedade
Tipo: Boolean
Um valor booliano.O valor padrão é true.