ActiveReports Developer 7
IMatrixMember Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace : IMatrixMember Interface

Glossary Item Box

The following tables list the members exposed by IMatrixMember.

Public Properties

 NameDescription
 PropertyChildrenReturns the collection of child group members for the inner hierarchy or null if this member is the inner-most leaf grouping.  
 PropertyColumnSpanReturns the number of columns this member's heading spans.  
 PropertyHeightSpecifies the height of this member from the report definition.  
 PropertyIsStaticDetermines if this is a member of a static grouping.  
 PropertyIsTotalDetermines if this is a subtotal member.  
 PropertyMemberCellIndexDetermines the index into the Matrix for this member's axis.  
 PropertyParentReturns the parent group of this group member or null if this is the outer most group.  
 PropertyReportItemThe ReportItem displayed in the header area.  
 PropertyRowSpanReturns the number of rows this member's heading spans.  
 PropertyWidthSpecifies the width of this member from the report definition.  
Top

See Also