2.3.106 ColumnIndex

The ColumnIndex property specifies the zero-based index of the first column for a tablix cell. If the ColumnIndex property is specified, it MUST be part of TablixCorner, TablixRowHeader, TablixColumnHeader, or TablixBodyCell record. If the ColumnIndex property is not specified, the default value is used.

 ColumnIndex = columnIndexStart columnIndexValue


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

columnIndexStart

columnIndexValue

...

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

Value

Parent

0x08

TablixCorner

TablixColumnHeader

TablixRowHeader

TablixBodyCell

columnIndexValue (4 bytes): A signed integer that specifies the zero-based index of the first column for a tablix cell. The value of this field MUST greater or equal to zero. The addition of the ColSpan property to the columnIndexValue field MUST result in a value that is less than the count field of ColumnsWidths record of the Tablix record.<61> The default value is 0xFFFFFFFF.