次の方法で共有


ReportViewer.SearchState プロパティ

 

発行: 2016年4月

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

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

構文

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

プロパティ値

Type: Microsoft.Reporting.WinForms.SearchState

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

参照

ReportViewer クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る