Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Vea también
Referencia
MapColorRangeRuleInstance Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering