ActiveReports 19 .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
     PropertyGets all child data members including all subtotals and hidden members. The contents of this collection will not change based on toggle/hidden state.  
     PropertyGets the collection of child group members for the inner hierarchy or null if this member is the innermost leaf grouping.  
     PropertyGets the number of columns this member's heading spans.  
     PropertyGets the id of the data member.  
     PropertyGets a grouping index.  
     PropertyGets the height of this member from the report definition.  
     PropertyGets a value indicating whether this is a member of a static grouping.  
     PropertyGets a value indicating whether this is a subtotal member.  
     PropertyGets the index into the CellCollection for this member's axis.  
     PropertyGets the parent group of this group member or null if this is the outermost group.  
     PropertyGets the GrapeCity.ActiveReports.Extensibility.Rendering.Components.IReportItem displayed in the header area.  
     PropertyGets the number of rows this member's heading spans.  
     PropertyGets the index of this member within its static grouping.  
     PropertyGets the width of this member from the report definition.  
    Top
    See Also