ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrixMember Interface
Properties

In This Topic
    IMatrixMember Interface Members
    In This Topic

    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.  
     PropertyReturns the id of the data member.  
     PropertyReturns a grouping index.  
     PropertySpecifies the height of this member from the report definition.  
     PropertyDetermines if this is a member of a static grouping.  
     PropertyDetermines if this is a subtotal member.  
     PropertyDetermines the index into the Matrix.CellCollection for this member's axis.  
     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