次の方法で共有


ReportViewer.SearchState プロパティ

検索テキストと現在のレポート検索操作のスタート ページを取得します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property SearchState As SearchState
    Get
'使用
Dim instance As ReportViewer
Dim value As SearchState

value = instance.SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
    SearchState^ get ();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState
function get SearchState () : SearchState

プロパティ値

型: Microsoft.Reporting.WinForms.SearchState
SearchState オブジェクト。実行中のレポート検索操作がない場合は null

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間