ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMember Class / Children Property

In This Topic
    Children Property (DataMember)
    In This Topic
    Gets the members contained within this member.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Children As DataGroupingCollection
    public abstract DataGroupingCollection Children {get;}

    Property Value

    A DataGroupingCollection containing the child members.
    See Also