The following tables list the members exposed by IMatrix.
Name | Description | |
---|---|---|
CellCollection | Provides access to the cells in the matrix. | |
CellColumns | Returns the number of columns in the CellCollection. | |
CellHeights | Specifies the height of each renderable row in the matrix. | |
CellRows | Returns the number of rows in the CellCollection. | |
CellsBeforeRowHeaders | 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 matrixes). | |
CellWidths | Specifies the width of each renderable column in the matrix. | |
ColumnGroupings | ||
ColumnMemberCollection | Returns a collection of MatrixMember objects or null if there is no column grouping defined. | |
Columns | Defines the number of columns in this matrix. | |
Corner | Specifies the ReportItem to be displayed in the upper left corner area for this Matrix instance. | |
DataCells | ||
GroupsBeforeRowHeaders | 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 matrixes). | |
LayoutDirection | Indicates whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right). | |
RowGroupings | ||
RowMemberCollection | Returns a collection of MatrixMember objects or null if there is no row grouping defined. | |
Rows | The number of rows in this matrix's definition. |