次の方法で共有


SearchState.Text プロパティ

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

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

構文

'宣言
Public ReadOnly Property Text As String
public string Text { get; }
public:
property String^ Text {
    String^ get ();
}
member Text : string with get
function get Text () : String

プロパティ値

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

参照

関連項目

SearchState クラス

Microsoft.Reporting.WinForms 名前空間