Classe SearchEventArgs
Provides data for a Search event in the ReportViewer control.
Hierarquia de herança
Object
EventArgs
CancelEventArgs
Microsoft.Reporting.WinForms.SearchEventArgs
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public NotInheritable Class SearchEventArgs _
Inherits CancelEventArgs
[ComVisibleAttribute(false)]
public sealed class SearchEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class SearchEventArgs sealed : public CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type SearchEventArgs =
class
inherit CancelEventArgs
end
public final class SearchEventArgs extends CancelEventArgs
O tipo SearchEventArgs expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SearchEventArgs | Constructs a SearchEventArgs object. |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Cancel | Obtém ou define um valor que indica se o evento deve ser cancelado. (Herdado de CancelEventArgs.) | |
IsFindNext | Indicates that this event is occurring as a result of a Find Next command. | |
SearchString | Returns the search string being used for the search. | |
StartPage | Returns the page number on which to start searching. |
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 is passed to the SearchEventHandler delegate when a Find event occurs.
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.