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)
 

Property Value

A TablixItems<T> collection representing submembers.
See Also