2.12.20 Image.Value

The Image.Value element specifies either the location or the actual data of an image, depending on the value of the peer Image.Source element.

If the peer Image.Source element is set to "External", the value of the Image.Value element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) constant or an expression that evaluates to the location of an Image. This location MUST be a ReportPath or an RdlURL value.

If the peer Image.Source element is set to "Embedded", the value of the Image.Value element MUST be a String constant or an expression that evaluates to the name of an EmbeddedImage in the report.

If the peer Image.Source element is set to "Database", the value of the Image.Value element MUST be a String constant or an expression that evaluates to the binary data for an image.

If the Image.Value element has an empty value, an image MUST NOT be displayed.

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

Parent elements

Image

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

 <xsd:element name="Value" type="xsd:string" />