2.2.54 TablixStructure

The TablixStructure record specifies information about the layout of a Tablix record and the position of the Tablix record in the RPL stream.          

 TablixStructure = tablixStructureStart offset TablixMeasurements delimiter


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

tablixStructureStart

offset

...

...

tablixMeasurements (variable)

...

delimiter

tablixStructureStart (1 byte): A byte that specifies the start of the TablixStructure record. The value of the tablixStructureStart field MUST be 0x11.

offset (8 bytes): A signed integer that specifies the position of the tablixStart field of the parent record of type Tablix in the RPL stream.

tablixMeasurements (variable): A record of type TablixMeasurements.

delimiter (1 byte): A byte that specifies the end of the TablixStructure record. The value of the delimiter field MUST be 0xFF.