Classe SearchState
Contains the search text and the start page of a search operation.
Hierarquia de herança
Object
Microsoft.Reporting.WinForms.SearchState
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class SearchState
[SerializableAttribute]
public sealed class SearchState
[SerializableAttribute]
public ref class SearchState sealed
[<Sealed>]
[<SerializableAttribute>]
type SearchState = class end
public final class SearchState
O tipo SearchState expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
StartPage | Gets the start page of the search operation. | |
Text | Gets the search text. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
This class is referenced by the SearchState property in ReportViewer.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.