ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section.Annotations Namespace / AnnotationCollection Class / Item Property
The location of the item.

In This Topic
    Item Property (AnnotationCollection)
    In This Topic
    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