MapMarkerImage.Value 属性

Gets the image data.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Value As ReportVariantProperty
    Get
用法
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

注释

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 nullnull 引用(在 Visual Basic 中为 Nothing), 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 nullnull 引用(在 Visual Basic 中为 Nothing), 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 nullnull 引用(在 Visual Basic 中为 Nothing), a string constant value, or an expression that evaluates to the binary data for an image.