2.3.107 RowIndex

The RowIndex property specifies the zero-based index of the starting row for a tablix cell. If this property is specified, it MUST be part of TablixCorner, TablixRowHeader, or TablixColumnHeader record. If the RowIndex property is not specified, the default value is used.

 RowIndex = rowIndexStart rowIndexValue


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

rowIndexStart

rowIndexValue

...

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

Value

Parent

0x09

TablixCorner

TablixColumnHeader

TablixRowHeader

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