ActiveReports Developer 7
FindEventArgs Constructor(Boolean,Int32)
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > FindEventArgs Class > FindEventArgs Constructor : FindEventArgs Constructor(Boolean,Int32)

found
Specifies whether the text was found.
pageIndex
Specifies the page number where the text was found.

Glossary Item Box

Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal found As System.Boolean, _
   ByVal pageIndex As System.Integer _
)
C# 
public FindEventArgs( 
   System.bool found,
   System.int pageIndex
)

Parameters

found
Specifies whether the text was found.
pageIndex
Specifies the page number where the text was found.

See Also