2.4.19 StateValues

The StateValues structure specifies state information for report items. The parent structure for this property MUST be Measurement or CellItemState.


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

D

E

F

G

H

A - OmitTop (1 bit): A bit that specifies that the top border is not displayed.

Value

Meaning

0x0

False. The border is displayed

0x1

True. The border is not displayed

B - OmitBottom (1 bit): A bit that specifies that the bottom border is not displayed.

Value

Meaning

0x0

False. The border is displayed

0x1

True. The border is not displayed

C - OmitLeft (1 bit): A bit that specifies that the left border is not displayed.

Value

Meaning

0x0

False. The border is displayed

0x1

True. The border is not displayed

D - OmitRight (1 bit): A bit that specifies that the right border is not displayed.

Value

Meaning

0x0

False. The border is displayed

0x1

True. The border is not displayed

E - HasToggle (1 bit): A bit that specifies that the ReportItem record has the ability to toggle between visible and hidden state.

Value

Meaning

0x0

False. The ReportItem does not toggle visibility

0x1

True. The ReportItem toggles visibility

F - ToggleCollapse (1 bit): A bit that specifies the ReportItem has its toggle set to collapsed.

Value

Meaning

0x0

False. The ReportItem toggle is not set to collapsed

0x1

True. The ReportItem toggle is set to collapsed

G - SpanPages (1 bit): A bit that specifies the ReportItem spans multiple pages.

Value

Meaning

0x0

False. The ReportItem does not span multiple pages

0x1

True. The ReportItem spans multiple pages

H - reserved (1 bit): The value MUST be zero.