2.3.9 ToggleItem

The ToggleItem property specifies a text box that users click to show or hide the current item. The ToggleItem property MUST be part of a ReportItem.ElementProperties.InlineSharedElementProperties record.

If the ToggleItem property is not specified, the current item does not toggle. ToggleItem MUST NOT be used in PageHeaderElement or PageFooterElement records, nor can it refer to items within them.<18>          

 ToggleItem = toggleItemStart toggleItemValue


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

toggleItemStart

toggleItemValue (variable)

...

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

Value

Parent

0x08

ElementProperties.InlineSharedElementProperties for ReportItem

toggleItemValue (variable): A String variable that specifies the corresponding text box with the matching Name property that a user clicks to set the visibility of the current item.