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

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

    Parameters

    index
    The index.
    See Also