ActiveReports 10
IMatrixMember Interface Members
Properties 

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace : IMatrixMember Interface

The following tables list the members exposed by IMatrixMember.

Public Properties
 NameDescription
 PropertyReturns all child data members including all subtotals and hidden members. The contents of this collection will not change based on toggle/hidden state.  
 PropertyReturns the collection of child group members for the inner hierarchy or null if this member is the inner-most leaf grouping.  
 PropertyReturns the number of columns this member's heading spans.  
 PropertyString of custom data. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyCollection of custom properties. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyReturns the name of the data collection associated with this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyReturns the name of the data element associated with this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyReturns the name used for this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyReturns the id of the data member.  
 PropertyReturns a grouping index.  
 PropertySpecifies the height of this member from the report definition.  
 PropertyIndicates that the group should be hidden. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyDetermines if this is a member of a static grouping.  
 PropertyDetermines if this is a subtotal member.  
 PropertyGets document map label. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.IDocumentMapItem)
 PropertyGets the value representing the label for this member. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyDetermines the index into the Matrix.CellCollection for this member's axis.  
 PropertyReturns the name used for this group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyIndicating whether a region is in it's own section. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.Components.ISectionRegion)
 PropertyIndicates the report should page break at end of the group. (Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 Property
Indicates the report should page break at start of the group.
(Inherited from GrapeCity.ActiveReports.Extensibility.Rendering.IGroup)
 PropertyReturns the parent group of this group member or null if this is the outer most group.  
 PropertyThe ReportItem displayed in the header area.  
 PropertyReturns the number of rows this member's heading spans.  
 PropertyReturns 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.  
 PropertySpecifies the width of this member from the report definition.  
Top
See Also

Reference

IMatrixMember Interface
GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace