ActiveReports 8
IMatrixMember Interface Members
See Also  Properties 
GrapeCity.ActiveReports.Extensibility.v8 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
 PropertyAllChildren  
 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.  
 PropertyDataMemberId  
 PropertyGroupingIndex  
 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.  
 PropertyNewSection  
 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.  
 PropertyStaticIndex  
 PropertyWidthSpecifies the width of this member from the report definition.  
Top

See Also