次の方法で共有


SearchState.Text プロパティ

検索テキストを取得します。

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

構文

'宣言
Public ReadOnly Property Text As String
    Get
'使用
Dim instance As SearchState
Dim value As String

value = instance.Text
public string Text { get; }
public:
property String^ Text {
    String^ get ();
}
member Text : string
function get Text () : String

プロパティ値

型: System.String
検索テキストを表す string。

関連項目

参照

SearchState クラス

Microsoft.Reporting.WebForms 名前空間