2.3.124 State

The State property specifies the state of a row header or column header of a Tablix record. If the State property is specified, it MUST be part of a TablixRowHeader or TablixColumnHeader record. If the State property is not specified, the default value is used.

 State = stateStart stateValue


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

stateStart

stateValue

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

Value

Parent

0X0C

TablixRowHeader

TablixColumnHeader

stateValue (1 byte): A byte that specifies the state of a row header or column header of a Tablix record. The meaning of this field value is derived from the TablixMemberStateValues structure. The default value is 0x00.