BackgroundImage.Value 属性
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.