2.12.23 Image.EmbeddingMode

Applies to RDL 2012/01

The Image.EmbeddingMode element specifies the embedding type for an Image. The Image.EmbeddingMode element is optional and MUST NOT be specified if Image.Source is not embedded. If Image.EmbeddingMode is present, the value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1). The value of the Image.EmbeddingMode element MUST be one of the following:

Inline: Specifies that the report definition includes the image.

Package: Specifies that Image.Value specifies the name of an image file that is outside the report. Typically, the package includes the image file as a package. For more details, see [MS-DPRDL] section 2.2.1 and [ECMA-376-2/2].

If the Image.EmbeddingMode element is not present, its value is interpreted as "Inline".

Following is the parent element of the Image.EmbeddingMode element.

Parent elements

Image

The following is the XML Schema definition of the Image.EmbeddingMode element.

 <xsd:element name ="EmbeddingMode">
     <xsd:simpleType>
       <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Inline"/>
         <xsd:enumeration value="Package"/>
       </xsd:restriction>
     </xsd:simpleType>
   </xsd:element>