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
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowFindControls

instance.ShowFindControls = value
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: System.Boolean
Valore booleano. Il valore predefinito è true.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WinForms