GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace : IMatrixMember Interface |
The following tables list the members exposed by IMatrixMember.
Name | Description | |
---|---|---|
AllChildren | Returns all child data members including all subtotals and hidden members. The contents of this collection will not change based on toggle/hidden state. | |
Children | Returns the collection of child group members for the inner hierarchy or null if this member is the inner-most leaf grouping. | |
ColumnSpan | Returns the number of columns this member's heading spans. | |
Custom | String of custom data. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
CustomProperties | Collection of custom properties. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
DataCollectionName | Returns the name of the data collection associated with this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
DataElementName | Returns the name of the data element associated with this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
DataElementOutput | Returns the name used for this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
DataMemberId | Returns the id of the data member. | |
GroupingIndex | Returns a grouping index. | |
Height | Specifies the height of this member from the report definition. | |
Hidden | Indicates that the group should be hidden. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
IsStatic | Determines if this is a member of a static grouping. | |
IsTotal | Determines if this is a subtotal member. | |
Label | Gets document map label. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDocumentMapItem) | |
LabelValue | Gets the value representing the label for this member. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
MemberCellIndex | Determines the index into the Matrix for this member's axis. | |
Name | Returns the name used for this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
NewSection | Gets if this group should be treated as its own section. | |
PageBreakAtEnd | Indicates the report should page break at end of the group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
PageBreakAtStart |
Indicates the report should page break at start of the group.
(Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup) | |
Parent | Returns the parent group of this group member or null if this is the outer most group. | |
ReportItem | The ReportItem displayed in the header area. | |
RowSpan | Returns the number of rows this member's heading spans. | |
StaticIndex | Returns the index of this member within its static grouping. If this member is not a member of a static grouping, then it's parents will be checked. If any parent is a StaticMember, it's StaticIndex value will be returned. If there are no static ancestors, then zero is returned. | |
Width | Specifies the width of this member from the report definition. |