ActiveReports 8
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 System.Boolean, _
   ByVal pageIndex As System.Integer _
)
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

Reference

FindEventArgs Class
FindEventArgs Members
Overload List

Support Forum