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.