Share via


MapMarkerImage.Value Property

Gets the image data.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Value As ReportVariantProperty 
    Get
'Usage
Dim instance As MapMarkerImage 
Dim value As ReportVariantProperty 

value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
    ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Remarks

This property depends on the peer Source property.

If the value of the enumeration property in Source is External, the value of this property must be nulla null reference (Nothing in Visual Basic), a string constant value, or an expression that evaluates to the location of an image.

If the value of the enumeration property in Source is Embedded, the value of this property must be nulla null reference (Nothing in Visual Basic), a string constant value, or an expression that evaluates to the name of an embedded image in the report definition.

If the value of the enumeration property in Source is Database, the value of this property must be nulla null reference (Nothing in Visual Basic), a string constant value, or an expression that evaluates to the binary data for an image.

See Also

Reference

MapMarkerImage Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace