Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / AggregateCollection Class / Item Property / Item(String) Property
The name of the aggregate.

In This Topic
    Item(String) Property
    In This Topic
    Gets the aggregate with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As Aggregate
    public Aggregate Item( 
       string name
    ) {get;}

    Parameters

    name
    The name of the aggregate.

    Property Value

    The Aggregate object with the specified C1.C1Preview.NamedCollectionItem.Name, or an empty aggregate if an aggregate with the specified name was not found.
    See Also