[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrixMember.AllChildren

AllChildren Property

AllChildren

Gets all child data members including all subtotals and hidden members. The contents of this collection will not change based on toggle/hidden state.

Declaration
IItemCollection<IMatrixMember> AllChildren { get; }
Property Value
Type Description
IItemCollection<IMatrixMember>

A collection of all child IMatrixMember objects, including subtotals and hidden members.