Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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