Свойство TopImageInstance.HueColor
Gets the calculated value of the HueColor property in a TopImage class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property HueColor As ReportColor
Get
'Применение
Dim instance As TopImageInstance
Dim value As ReportColor
value = instance.HueColor
public ReportColor HueColor { get; }
public:
property ReportColor^ HueColor {
ReportColor^ get ();
}
member HueColor : ReportColor
function get HueColor () : ReportColor
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the HueColor property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering