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
ブール 値。既定値は true です。