ActiveReports.Viewer3 Request technical support
Item Property
See Also 


index
Index of the member to be returned.
Returns the member at the specified index in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Page
Visual Basic (Usage)Copy Code
Dim instance As PagesCollection
Dim index As Integer
Dim value As Page
 
value = instance.Item(index)
C# 
public Page this[ 
   int index
]; {get;}

Parameters

index
Index of the member to be returned.

Return Value

Page object at the specified index.

See Also