Compartilhar via


Propriedade do RDL BaseGaugeImage.Value

The image data.

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

Sintaxe

'Declaração
Public ReadOnly Property Value As ReportVariantProperty 
    Get
'Uso
Dim instance As BaseGaugeImage 
Dim value As ReportVariantProperty 

value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
    ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty

Valor da propriedade

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

Comentários

Expected datatype is either string or array of byte, depending on Source.

Consulte também

Referência

BaseGaugeImage Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering