Propriedade do RDL FrameImage.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 FrameImage
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
Namespace Microsoft.ReportingServices.OnDemandReportRendering