Properties accessible from header cells
The matrix has a set of properties that you can use when printing header cells. The name of the matrix is used to access the property:
[Matrix1.RowNo]
Property | Return value | Description |
---|---|---|
RowNo | int | Header element ordinal. |
ItemCount | int | The number of children in the current header element. |
These properties can be used in the "Displayed Text" field of a header cell, for example:
[Matrix1.RowNo].[MatrixDemo.Name]
will display the text
1. Andrew Fuller