ActiveReports 6 Online Help
FindEventArgs Constructor(Boolean,Int32)

Specifies whether the text was found.
Specifies the page number where the text was found.
Initializes a new instance of the FindEventArgs class and sets the Found and PageIndex properties.
Syntax
'Declaration
 
Public Function New( _
   ByVal found As Boolean, _
   ByVal pageIndex As Integer _
)
public FindEventArgs( 
   bool found,
   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

Reference

FindEventArgs Class
FindEventArgs Members
Overload List

Send Feedback