ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataGroupingCollection Class / Item Property
The item index.

In This Topic
    Item Property (DataGroupingCollection)
    In This Topic
    Gets the DataMemberCollection at the specified index.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As DataMemberCollection
    public abstract DataMemberCollection this[ 
       int index
    ]; {get;}

    Parameters

    index
    The item index.
    See Also