Partager via


Propriété PointerImage.HueColor

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HueColor As ReportColorProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PointerImage Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering