2.3.59 CT_InteractiveReport

Referenced by: CT_Worksheet

Specifies information about an interactive report.

Child Elements:

SlideId: An identifier for the visible slide in the interactive report.

FallbackImage: An image, encoded as a string, to display if the interactive report cannot be displayed.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_InteractiveReport">
   <xs:sequence>
     <xs:element name="SlideId" minOccurs="1" maxOccurs="1" type="xs:string"/>
     <xs:element name="FallbackImage" minOccurs="0" maxOccurs="1" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).