Freigeben über


BackgroundImage.Value-Eigenschaft

Gets an expression that evaluates to the image data.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Implementiert

IImage.Value

Hinweise

The data type is either string or array of byte, depending on Source.

Siehe auch

Verweis

BackgroundImage Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace