ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Item Property
Index of the item.

In This Topic
Item Property (AnnotationCollection)
In This Topic
Gets the item at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Annotation
 

Parameters

index
Index of the item.
See Also