2.294.6 BackgroundImage.Value

The BackgroundImage.Value element specifies either the location or the actual data of a BackgroundImage, depending on the value of the peer BackgroundImage.Source element. The BackgroundImage.Value element MUST be specified.

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

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

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

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

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

Parent elements

BackgroundImage

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

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