Compartilhar via


Propriedade do RDL CapImage.HueColor

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 CapImage 
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

CapImage Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering