Udostępnij za pośrednictwem


Właściwość ReportViewer.ShowFindControls —

Indicates whether the Find text box is visible on the control.

Przestrzeń nazw:  Microsoft.Reporting.WinForms
Zestaw:  Microsoft.ReportViewer.WinForms (w Microsoft.ReportViewer.WinForms.dll)

Składnia

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

Wartość właściwości

Typ: Boolean
A Boolean value. The default value is true.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WinForms