Partager via


Propriété MapColorRangeRuleInstance.EndColor

Gets the calculated value of the EndColor property in a MapColorRangeRule class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property EndColor As ReportColor 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the EndColor property.

Voir aussi

Référence

MapColorRangeRuleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering