ActiveReports 8
FindEventArgs Constructor(Boolean,Int32)
See Also 
GrapeCity.ActiveReports.Viewer.Win.v8 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.

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