A cell is the intersection between a row and a column in a tablix data region. Each cells are visually separated using the border based on the collapsed-border table rendering model. Two adjacent cells will share a border.
In the below snap, the table item contains three row and columns, the border behaviour for each cell varies based on its position in the table.
If we apply border for the cell in position (0,0) of the table, the border will be applied to the respective cell based on the collapsing borders model behaviour.
Border Type | Applicable |
---|---|
border-left | Yes |
border-top | Yes |
border-right | Yes |
border-bottom | No |
If we apply border for the cell in position (0,1) of the table,
Border Type | Applicable |
---|---|
border-left | No |
border-top | Yes |
border-right | Yes |
border-bottom | No |
The other cells in the first row inherits the same behaviour as (0,1) cell.
Except last row of the table, other rows in the table inherits the above border behaviour.
If we apply border for last row, first cell position,
Border Type | Applicable |
---|---|
border-left | Yes |
border-top | Yes |
border-right | Yes |
border-bottom | Yes |
If we apply border for last row, second cell position,
Border Type | Applicable |
---|---|
border-left | No |
border-top | Yes |
border-right | Yes |
border-bottom | Yes |
The other cells in the last row inherits the same behaviour as second cell position.
On report preview, the border properties will be applied to the four sides of each cell in the table.