Expand Minimize
This topic has not yet been rated - Rate this topic

EmbeddedImage Element (RDL)

SQL Server 2005

Contains an image that is embedded within the report.


<EmbeddedImages>
    ...
        <EmbeddedImage Name="...">
         <ImageData>...</MIMEType>
          <MIMEType>...</ImageData>
        </EmbeddedImage>
    ...
</EmbeddedImages>

Characteristic Description

Data type and length

None

Default value

None

Cardinality

1-n: Required element that occurs once or more than once.

Attribute Type Description

Name

String

Name of the image.

Relationship Element

Parent element

EmbeddedImages

Child elements

ImageData, MIMEType

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.