Share via


SearchEventArgs.IsFindNext Property

Indicates that this event is occurring as a result of a Find Next command.

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

Syntax

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

value = instance.IsFindNext
public bool IsFindNext { get; }
public:
property bool IsFindNext {
    bool get ();
}
/** @property */
public boolean get_IsFindNext ()
public function get IsFindNext () : boolean

Property Value

A Boolean value. A value of true indicates that this event occurred because of a Find Next command.

See Also

Reference

SearchEventArgs Class
SearchEventArgs Members
Microsoft.Reporting.WebForms Namespace