SearchEventArgs.IsFindNext-Eigenschaft

Gibt an, dass das Auftreten dieses Ereignisses das Ergebnis eines Find Next-Befehls ist.

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

Syntax

'Declaration
Public ReadOnly Property IsFindNext As Boolean
    Get
'Usage
Dim instance As SearchEventArgs
Dim value As Boolean

value = instance.IsFindNext
public bool IsFindNext { get; }
public:
property bool IsFindNext {
    bool get ();
}
member IsFindNext : bool
function get IsFindNext () : boolean

Eigenschaftswert

Typ: System.Boolean
Ein Boolean-Wert. Der Wert true gibt an, dass dieses Ereignis aufgrund eines Weitersuchen-Befehls ausgelöst wurde.

Siehe auch

Verweis

SearchEventArgs Klasse

Microsoft.Reporting.WebForms-Namespace