2.301.2 Visibility.ToggleItem

The Visibility.ToggleItem element specifies the name of a Textbox that is used to hide or unhide the containing report item. This element is optional.

If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1). The value of this element MUST contain the name of a text box in the same group as the containing report item or in any containing ancestor group scope. The value of this element MUST NOT refer to a report item within PageSection or PageHeaderFooter element. If the Visibility.ToggleItem element is not present, the appearance of the containing report item MUST NOT be toggleable.

Following is the parent element of the Visibility.ToggleItem element.

Parent elements

Visibility

The following is the XML Schema definition of the Visibility.ToggleItem element.

 <xsd:element name="ToggleItem" type="xsd:string" minOccurs="0">