MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface

IMatrix Interface Properties

For a list of all members of this type, see IMatrix members.

Public Properties
 NameDescription
 PropertyGets the cells in the matrix.  
 PropertyGets the number of columns in the CellCollection.  
 PropertyGets the height of each renderable row in the matrix.  
 PropertyGets the number of rows in the CellCollection.  
 PropertyGets the 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 matrices).  
 PropertyGets the width of each renderable column in the matrix.  
 PropertyGets the set of groupings on the column axis for the matrix.  
 PropertyGets a collection of MatrixMember objects or null if there is no column grouping defined.  
 PropertyGets the number of columns in this matrix's definition.  
 PropertyGets the GrapeCity.ActiveReports.PageReportModel.ReportItem to be displayed in the upper left corner area for this Matrix instance.  
 PropertyGets the collection of matrix data cells.  
 PropertyGets the 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 matrices).  
 PropertyGets a value indicating whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right).  
 PropertyGets the set of groupings on the row axis for the matrix.  
 PropertyGets a collection of MatrixMember objects or null if there is no row grouping defined.  
 PropertyGets the number of rows in this matrix's definition.  
Top
See Also