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 null Nothing nullptr unit null 參考 (在 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 null Nothing nullptr unit null 參考 (在 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 null Nothing nullptr unit null 參考 (在 Visual Basic 中為 Nothing) , a string constant value, or an expression that evaluates to the binary data for an image.