2.248.5 MapMarkerImage.Value

Applies to RDL 2010/01 and RDL 2016/01

The MapMarkerImage.Value element depends on the peer MapMarkerImage.Source element. The MapMarkerImage.Value element is optional.

If the value of the peer MapMarkerImage.Source element is "External" and if the MapMarkerImage.Value element is present, then the value of the MapMarkerImage.Value element MUST be a string constant value or an expression that evaluates to the location of an image. Such a location MUST be a ReportPath or RdlURL value.

If the value of the peer MapMarkerImage.Source element is "Embedded" and if the MapMarkerImage.Value element is present, then the value of the MapMarkerImage.Value element MUST be a string constant value or an expression that evaluates to the name of an EmbeddedImage instance in the report.

If the value of the peer MapMarkerImage.Source element is "Database" and if the MapMarkerImage.Value element is present, then the value of the MapMarkerImage.Value element MUST be a string constant value or an expression that evaluates to the binary data for an image.

If this element is not present or has an empty value, the image MUST NOT be displayed.

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

Parent elements

MapMarkerImage

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

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