次の方法で共有


ReportViewer.SearchState プロパティ

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

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property SearchState As SearchState
[BrowsableAttribute(false)]
public SearchState SearchState { get; }
[BrowsableAttribute(false)]
public:
property SearchState^ SearchState {
    SearchState^ get ();
}
[<BrowsableAttribute(false)>]
member SearchState : SearchState with get
function get SearchState () : SearchState

プロパティ値

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

参照

関連項目

ReportViewer クラス

Microsoft.Reporting.WinForms 名前空間