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
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 Weitersuchen-Befehls ausgelöst wurde.