ActiveReports.Viewer3 Request technical support
PageIndex Property
See Also 


Gets the page number where the text was found.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PageIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As FindEventArgs
Dim value As Integer
 
value = instance.PageIndex
C# 
public int PageIndex {get;}

Return Value

Integer value that represents the page index where the text was found.

See Also