ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / TablixMembers Property

In This Topic
    TablixMembers Property (TablixMember)
    In This Topic
    Gets a collection of submembers contained within this member.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixMembers As TablixItems(Of TablixMember)
    public TablixItems<TablixMember> TablixMembers {get;}

    Property Value

    A TablixItems<T> collection representing submembers.
    See Also