SearchState Class

 

Contains the search text and the start page of a search operation.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.SearchState

Syntax

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

Properties

Name Description
System_CAPS_pubproperty StartPage

Gets the start page of the search operation.

System_CAPS_pubproperty Text

Gets the search text.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This class is referenced by the SearchState property in ReportViewer.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top