Partilhar via


Propriedade do RDL PointerImage.HueColor

Gets an expression that evaluates to the color with which to tint the image.

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

Sintaxe

'Declaração
Public ReadOnly Property HueColor As ReportColorProperty 
    Get
'Uso
Dim instance As PointerImage 
Dim value As ReportColorProperty 

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

Valor da propriedade

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

Consulte também

Referência

PointerImage Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering