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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

注释

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.

请参阅

参考

MapMarkerImage 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间