次の方法で共有


ReportViewer.SearchState プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

ReportViewer クラス

Microsoft.Reporting.WebForms 名前空間