Condividi tramite


Proprietà ReportViewer.ShowFindControls

Indica se la casella di testo Trova è visibile nel controllo.

Spazio dei nomi:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
Valore booleano.Il valore predefinito è true.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms