2.3.34 IsToggleParent

The IsToggleParent property specifies whether a RichTextBox report item is used to toggle other items on a report. If this property is specified, it MUST be part of the RichTextBox.ElementProperties record. If the IsToggleParent property is not specified, the default value is used.          

 IsToggleParent = isToggleParentStart isToggleParentValue


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

isToggleParentStart

isToggleParentValue

isToggleParentStart (1 byte): A byte that specifies the start of the IsToggleParent property.<20> The value of the isToggleParentStart field MUST be the following value.

Value

Parent

0x20

ElementProperties.InlineSharedElementProperties for RichTextBox

ElementProperties.NonSharedElementProperties for RichTextBox

isToggleParentValue (1 byte): A byte that specifies whether the RichTextBox is used as a toggle to control the visibility of another item on the report. The default value is 0x00. The value MUST be one of the following values.

Value

Meaning

0x00

False. The Textbox does not control the visibility of another item.

0x01

True. The Textbox controls the visibility of another item.