SearchState Class
Contains the search text and the start page of a search operation.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SearchState
'Usage
Dim instance As SearchState
[SerializableAttribute]
public sealed class SearchState
[SerializableAttribute]
public ref class SearchState sealed
/** @attribute SerializableAttribute() */
public final class SearchState
SerializableAttribute
public final class SearchState
Remarks
This class is referenced by the SearchState property in ReportViewer.
Inheritance Hierarchy
System.Object
Microsoft.Reporting.WebForms.SearchState
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.