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 or sets the image data.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression Value { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression Value { get; set; }
member this.Value : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property Value As ReportExpression
Property Value
A ReportExpression object.
Remarks
This property depends on the peer Source property.
If the value of 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 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 EmbeddedImage instance in the report object model.
If the value of 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.