Partilhar via


Propriedade do RDL BackgroundImage.Value

Gets an expression that evaluates to the image data.

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

Sintaxe

'Declaração
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Uso
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

Valor da propriedade

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

Implementa

IImage.Value

Comentários

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

Consulte também

Referência

BackgroundImage Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering