2.2.58 RowHeights

The RowHeights record specifies the number of rows that a Tablix record contains and the properties that are associated with each of these rows.          

 RowHeights = rowHeightsStart count *RowInfo


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

rowHeightsStart

count

...

rows (variable)

...

rowHeightsStart (1 byte): A byte that specifies the start of the RowHeights record. The value of the rowHeightsStart field MUST be 0x05.

count (4 bytes): A signed integer that specifies the number of rows contained in the corresponding Tablix record. The value of this field MUST be greater than or equal to the value of the ColumnHeaderRows property of the Tablix.

rows (variable): An array of RowInfo records. The number of elements in the array MUST be equal to the value of the count field.