ActiveReports.Viewer3 Request technical support
Item Property
See Also 


index
Index of the requested item.
Returns a reference to the bookmark object at the specified index.

Syntax

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

Parameters

index
Index of the requested item.

Return Value

A Bookmark object at the specified index in the collection.

See Also