[]
Represents the interface for a matrix member.
public interface IMatrixMember : IGroup, IDocumentMapItem, ISectionRegion
Name | Description |
---|---|
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. |
Children | Gets the collection of child group members for the inner hierarchy or null if this member is the innermost leaf grouping. |
ColumnSpan | Gets the number of columns this member's heading spans. |
DataMemberId | Gets the id of the data member. |
GroupingIndex | Gets a grouping index. |
Height | Gets the height of this member from the report definition. |
IsStatic | Gets a value indicating whether this is a member of a static grouping. |
IsTotal | Gets a value indicating whether this is a subtotal member. |
MemberCellIndex | Gets the index into the CellCollection for this member's axis. |
Parent | Gets the parent group of this group member or null if this is the outermost group. |
ReportItem | Gets the IReportItem displayed in the header area. |
RowSpan | Gets the number of rows this member's heading spans. |
StaticIndex | Gets the index of this member within its static grouping. |
Width | Gets the width of this member from the report definition. |