Właściwość MapColorRangeRuleInstance.EndColor
Pobiera wartość obliczoną EndColor właściwość w MapColorRangeRule klasy
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property EndColor As ReportColor
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor wartości reprezentującej obliczonej wartości EndColor właściwość.