Propriedade SearchEventArgs.IsFindNext
Indicates that this event is occurring as a result of a Find Next command.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)
Sintaxe
'Declaração
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
Valor de propriedade
Tipo: Boolean
A Boolean value. A value of true indicates that this event occurred because of a Find Next command.