次の方法で共有


SearchState クラス

 

発行: 2016年4月

検索テキストと検索操作のスタート ページを格納します。

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

継承階層

System.Object
  Microsoft.Reporting.WinForms.SearchState

構文

[SerializableAttribute]
public sealed class SearchState
[SerializableAttribute]
public ref class SearchState sealed 
[<Sealed>]
[<SerializableAttribute>]
type SearchState = class end
<SerializableAttribute>
Public NotInheritable Class SearchState

プロパティ

名前 説明
System_CAPS_pubproperty StartPage

検索操作のスタート ページを取得します。

System_CAPS_pubproperty Text

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

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_pubmethod ToString()

(Object から継承されました。)

解説

このクラスは、ReportViewerSearchState プロパティによって参照されます。

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Reporting.WinForms 名前空間

トップに戻る