Gets an expression that evaluates to the image data.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Value As ReportStringProperty
Get
'用途
Dim instance As BackgroundImage
Dim value As ReportStringProperty
value = instance.Value
public ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
ReportStringProperty^ get () sealed;
}
abstract Value : ReportStringProperty
override Value : ReportStringProperty
final function get Value () : ReportStringProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
實作
備註
The data type is either string or array of byte, depending on Source.