MapMarkerImage.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the image data.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ Value { Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty Value { get; }
member this.Value : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Public ReadOnly Property Value As ReportVariantProperty
Property Value
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 null
, 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 null
, 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 null
, a string constant value, or an expression that evaluates to the binary data for an image.