Condividi tramite


Proprietà MapColorRangeRule.EndColor

Gets the end color for a MapColorRangeRule distribution.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property EndColor As ReportColorProperty 
    Get
'Utilizzo
Dim instance As MapColorRangeRule 
Dim value As ReportColorProperty 

value = instance.EndColor
public ReportColorProperty EndColor { get; }
public:
property ReportColorProperty^ EndColor {
    ReportColorProperty^ get ();
}
member EndColor : ReportColorProperty
function get EndColor () : ReportColorProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Vedere anche

Riferimento

MapColorRangeRule Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering