Compartir a través de


EndColor Propiedad

Gets the end color for a MapColorRangeRule distribution.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property EndColor As ReportColorProperty
    Get
'Uso
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