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