Condividi tramite


Proprietà IImage.Value

Gets the image data.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
ReadOnly Property Value As ReportStringProperty 
    Get
'Utilizzo
Dim instance As IImage 
Dim value As ReportStringProperty 

value = instance.Value
ReportStringProperty Value { get; }
property ReportStringProperty^ Value {
    ReportStringProperty^ get ();
}
abstract Value : ReportStringProperty
function get Value () : ReportStringProperty

Valore proprietà

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

Osservazioni

The value returned depends on the Source property. If Source is set to External, this property contains a string constant value or expression that evaluates to the location of an image. If Source is set to Embedded, this property contains a string constant value or expression that evaluates to the name of an embedded image within the report. If Source is set to Database, this property contains a string constant value or expression that evaluates to the binary data for an image.

Vedere anche

Riferimento

IImage Interfaccia

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering