ActiveReports 8
Find Event
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Find Event

Glossary Item Box

Occurs when the Find dialog finds the requested text in the document.

Syntax

Visual Basic (Declaration) 
Public Event Find As FindEventHandler
C# 
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
Found Gets the value that determines whether the text was found.
PageIndex Gets the page number where the text was found.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also