See Also

Viewer Class  | Viewer Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

Find Event

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

[Visual Basic]
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.

See Also

Viewer Class  | Viewer Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.