ActiveReports.Viewer3 Request technical support
Found Property
See Also 


Gets the value that determines whether the text was found.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Found As Boolean
Visual Basic (Usage)Copy Code
Dim instance As FindEventArgs
Dim value As Boolean
 
value = instance.Found
C# 
public bool Found {get;}

Return Value

A Boolean value. True if the text was found in the document; False, otherwise.

See Also