2.4.20 TablixMemberStateValues

The TablixMemberStateValues structure specifies the state information for the row headers or column headers of a Tablix record. The parent structure for this property MUST be State.


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

A

B

C

reserved

A - HasToggle (1 bit): A bit that specifies that the current row or column header cell has the ability to toggle between visible and hidden state.

Value

Meaning

0x0

False. The current row or column does not toggle visibility.

0x1

True. The current row or column toggles visibility.

B - ToggleCollapse (1 bit): A bit that specifies that the current row or column header cell has its toggle set to collapsed.

Value

Meaning

0x0

False. The current row or column toggle is not set to collapsed.

0x1

True. The current row or column toggle is set to collapsed.

C - InnerMost (1 bit): A bit that specifies that the current row or column header cell is the innermost header.

Value

Meaning

0x0

False. The current row or column is not the innermost member.

0x1

True. The current row or column is the innermost member.

reserved (5 bits): The value MUST be zero.