SearchEventArgs.IsFindNext-Eigenschaft
Gibt an, dass das Auftreten dieses Ereignisses das Ergebnis eines Find Next-Befehls ist.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public ReadOnly Property IsFindNext As Boolean
public bool IsFindNext { get; }
public:
property bool IsFindNext {
bool get ();
}
member IsFindNext : bool with get
function get IsFindNext () : boolean
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert.Der Wert True gibt an, dass dieses Ereignis aufgrund eines Find Next-Befehls aufgetreten ist.