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

In This Topic
    TablixMembers Property (TablixMember)
    In This Topic
    Gets the submembers that are contained within this member.
    Syntax
    'Declaration
     
    Public ReadOnly Property TablixMembers As TablixItems(Of TablixMember)
    public TablixItems<TablixMember> TablixMembers {get;}
    See Also