ActiveReports 13
Find Event

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Find Event
Occurs when the Find dialog finds the requested text in the document.
Syntax
'Declaration
 
Public Event Find As FindEventHandler
public event FindEventHandler Find
Event Data

The event handler receives an argument of type FindEventArgs containing data related to this event. The following FindEventArgs properties provide information specific to this event.

PropertyDescription
Gets the value that determines whether the text was found.  
Gets the page number where the text was found.  
See Also