ActiveReports 12
Item Property (AnnotationCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationCollection Class : Item Property
The location of the item.
Gets the annotation item in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Annotation
public Annotation this[ 
   int index
]; {get;}

Parameters

index
The location of the item.

Property Value

Returns the element at the specified index.
See Also

Reference

AnnotationCollection Class
AnnotationCollection Members