2.2.66 TablixBodyRow
The TablixBodyRow record specifies the content of a row in the body area of a Tablix record.
-
TablixBodyRow = tablixBodyRowStart rowIndex *TablixBodyCell delimiter
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tablixBodyRowStart |
rowIndex |
||||||||||||||||||||||||||||||
... |
tablixBodyCells (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
delimiter |
tablixBodyRowStart (1 byte): A byte that specifies the start of the TablixBodyRow record. The value of the tablixBodyRowStart field MUST be 0x12.
rowIndex (4 bytes): A signed integer that specifies the index of the row. The value of this field identifies the corresponding RowInfo structure in a rows field array of a TablixMeasurements.RowHeights record.
tablixBodyCells (variable): An array of TablixBodyCell records. The elements in the array MUST be ordered according to the TablixLayout property of a tablix.
delimiter (1 byte): A byte that specifies the end of the TablixBodyRow record. The value of the delimiter field MUST be 0xFF.