다음을 통해 공유


Value 속성

Gets the image data.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
ReadOnly Property Value As ReportStringProperty
    Get
‘사용 방법
Dim instance As IImage
Dim value As ReportStringProperty

value = instance.Value
ReportStringProperty Value { get; }
property ReportStringProperty^ Value {
    ReportStringProperty^ get ();
}
abstract Value : ReportStringProperty
function get Value () : ReportStringProperty

주의

The value returned depends on the Source property. If Source is set to External()()()(), this property contains a string constant value or expression that evaluates to the location of an image. If Source is set to Embedded()()()(), this property contains a string constant value or expression that evaluates to the name of an embedded image within the report. If Source is set to Database()()()(), this property contains a string constant value or expression that evaluates to the binary data for an image.