Compartir a través de


EndColor Propiedad

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

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

Sintaxis

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

Valor de la propiedad

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