Partager via


Propriété BackgroundImage.Value

Gets an expression that evaluates to the image data.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IImage.Value

Notes

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

Voir aussi

Référence

BackgroundImage Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering