2.305 EmbeddedImages

The EmbeddedImages element specifies a collection of images that are embedded within a Report. The EmbeddedImages element is optional.

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

Parent elements

Report

Child elements

EmbeddedImages.EmbeddedImage

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

 <xsd:complexType name="EmbeddedImagesType">
   <xsd:sequence>
     <xsd:element name="EmbeddedImage" type="EmbeddedImageType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>