共用方式為


ReportViewer.ShowFindControls 屬性

指出是否可以在控制項中看見 [尋找] 文字方塊。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Public Property ShowFindControls As Boolean
    Get
    Set
'用途
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)

屬性值

型別:System.Boolean
Boolean 值。預設值為 true。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WinForms 命名空間