2.183.2 PointerImage.Source

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The PointerImage.Source element specifies the type of source associated with a PointerImage. The value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. The value of this element MUST be one of the following or an expression that evaluates to one of the following:

External: Specifies that the peer PointerImage.Value element contains a String constant or expression that evaluates to the location of an image.

Embedded: Specifies that the peer PointerImage.Value element contains a String constant or expression that evaluates to the name of an EmbeddedImage within the report.

Database: Specifies that the peer PointerImage.Value element contains an expression (for example, a field in the database) that evaluates to the binary data for an image.

The PointerImage.Source element MUST be specified.

Parent elements

PointerImage

The following is the XML Schema definition of the PointerImage.Source element.

 <xsd:element name="Source" type="xsd:string" minOccurs="1">