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.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool IsFindNext { get; }
public:
property bool IsFindNext {
bool get();
}
member IsFindNext : bool with get
Public ReadOnly Property IsFindNext As Boolean
Property Value
Type: System.Boolean
A Boolean value. A value of true indicates that this event occurred because of a Find Next command.
See Also
SearchEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top