2.301.1 Visibility.Hidden

The Visibility.Hidden element specifies whether a report item is initially hidden. This element is optional. If this element is not present, its value is interpreted as false. If the value of this element is true and the peer element Visibility.ToggleItem is not set, the report item that contains the Visibility.Hidden element MUST be hidden. The value of this element MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2) or an expression that evaluates to a Boolean.

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

Parent elements

Visibility

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

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