ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > BookmarksCollection Class : Item Property

index
Index of the requested item.

Glossary Item Box

Returns a reference to the bookmark object at the specified index.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As Bookmark
C# 
public Bookmark this[ 
   System.int index
]; {get;}

Parameters

index
Index of the requested item.

Property Value

A Bookmark object at the specified index in the collection.

See Also