ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / Item Property / Item(Int32) Property
Index of aggregate zero-based.

In This Topic
    Item(Int32) Property
    In This Topic
    Enumerates aggregates by index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As Aggregate
    public Aggregate Item( 
       System.int index
    ) {get;}

    Parameters

    index
    Index of aggregate zero-based.

    Property Value

    Returns the Aggregate object at specified position.
    See Also