2.3.125 CellItemState

The CellItemState property specifies the state of the top-level report item of a tablix cell. If the CellItemState property is specified, it MUST be part of a TablixBodyCell, TablixCorner, TablixRowHeader, or TablixColumnHeader record. If this property is not specified, the default value is used.

 CellItemState = 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 CellItemState property. The value of the stateStart field MUST be the following value.

Value

Parent

0x0D

TablixCorner

TablixColumnHeader

TablixRowHeader

TablixBodyCell

stateValue (1 byte): A byte that specifies the state of the top-level report item of a tablix cell. The meaning of this field value is derived from the StateValues enumeration. The default value is 0x00.