2.2.60 TablixRow
The TablixRow record specifies a row of a Tablix record.
-
TablixRow = tablixRowStart *TablixRowCell delimiter
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tablixRowStart |
tablixRowCells (variable) |
||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
delimiter |
tablixRowStart (1 byte): A byte that specifies the start of the TablixRow record. The value of the tablixRowStart byte field MUST be 0x08.
tablixRowCells (variable): An array of TablixRowCell records. The elements MUST be ordered according to the LayoutDirection property of the Tablix. A TablixCorner or a TablixColumnHeader structure MUST NOT be part of a row that contains a TablixRowHeader or TablixBodyRowCells structure.
delimiter (1 byte): A byte that specifies the end of the TablixRow record. The value of the delimiter field MUST be 0xFF.