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

In This Topic
    IMatrix Interface Members
    In This Topic

    The following tables list the members exposed by IMatrix.

    Public Properties
     NameDescription
     PropertyProvides access to the cells in the matrix.  
     PropertyReturns the number of columns in the CellCollection.  
     PropertySpecifies the height of each renderable row in the matrix.  
     PropertyReturns the number of rows in the CellCollection.  
     PropertyThe number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrixes).  
     PropertySpecifies the width of each renderable column in the matrix.  
     PropertyThe set of groupings on the column axis for the matrix.  
     PropertyReturns a collection of MatrixMember objects or null if there is no column grouping defined.  
     PropertyThe number of columns this matrix's definition.  
     PropertySpecifies the GrapeCity.ActiveReports.PageReportModel.ReportItem to be displayed in the upper left corner area for this Matrix instance.  
     PropertyCollection of matrix data cells.  
     PropertyThe number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrixes).  
     PropertyIndicates whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right).  
     PropertyThe set of groupings on the row axis for the matrix.  
     PropertyReturns a collection of MatrixMember objects or null if there is no row grouping defined.  
     PropertyThe number of rows in this matrix's definition.  
    Top
    See Also