2.3.103 ColSpan

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

 ColSpan = colSpanStart colSpanValue


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

colSpanStart

colSpanValue

...

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

Value

Parent

0x05

TablixCorner

TablixColumnHeader

TablixRowHeader

TablixBodyCell

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