Share via


2.21 ToggleImage

The ToggleImage element specifies the initial state (+ or -) of a toggle image if the image is displayed as part of a Textbox. If the parent text box is a toggle item for the visibility of another report item, the image MUST always be displayed. When the text box or image is clicked, the toggle image MUST flip state. This element is optional.

The following are the parent and child elements of the ToggleImage element.

Parent elements

Textbox

Child elements

ToggleImage.InitialState

The following is the XML Schema definition of the ToggleImage element.

 <xsd:complexType name="ToggleImageType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="InitialState" type="xsd:string" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>