2.3.104 RowSpan

The RowSpan property specifies the number of rows a cell spans in a Tablix record. If the RowSpan property is specified, it MUST be part of a TablixCorner, TablixRowHeader, TablixColumnHeader, or TablixBodyCell record. If the RowSpan property is not specified, the default value is used.

 RowSpan = rowSpanStart rowSpanValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

rowSpanStart

rowSpanValue

...

rowSpanStart (1 byte): A byte that specifies the start of the RowSpan property. The value of the rowSpanStart field MUST be the following value.

Value

Parent

0x06

TablixCorner

TablixColumnHeader

TablixRowHeader

TablixBodyCell

rowSpanValue (4 bytes): A signed integer that specifies the number of rows the parent cell spans. The default value is 0x00000001.