BaseGaugeImage.Value Property

The image data.

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

Syntax

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

Property Value

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

Remarks

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

See Also

Reference

BaseGaugeImage Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace