See Also

FindEventArgs Class  | FindEventArgs Members  | Overload List

Language

Visual Basic

C#

Show All

found
Specifies whether the text was found.
pageIndex
Specifies the page number where the text was found.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

FindEventArgs Constructor(Boolean,Int32)

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

[Visual Basic]
Public Function New( _    ByVal found As Boolean, _    ByVal pageIndex As Integer _ )
[C#]
public FindEventArgs(    bool found,    int pageIndex );

Parameters

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

See Also

FindEventArgs Class  | FindEventArgs Members  | Overload List

 

 


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