Propriedade do RDL HueColor
Gets the calculated value of the Angle()()()() property in a IndicatorImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property HueColor As ReportColor
Get
'Uso
Dim instance As IndicatorImageInstance
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor object that represents the calculated value of the HueColor property.
Consulte também