ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Item Property
A zero-based System.Int32 index of the T to return or set.

In This Topic
    Item Property (ItemCollection<T>)
    In This Topic
    Gets or sets a specific T object in the ItemCollection<T> by position.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As T
    public T this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    A zero-based System.Int32 index of the T to return or set.

    Property Value

    A T object at the specified position.
    See Also