Compartir a través de


PointerImageInstance.HueColor Propiedad

Gets the calculated value of the HueColor property in a PointerImage class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property HueColor As ReportColor 
    Get
'Uso
Dim instance As PointerImageInstance 
Dim value As ReportColor 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the HueColor property.

Vea también

Referencia

PointerImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering