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 StartColor 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 StartColor As ReportColor
Get
'Uso
Dim instance As MapColorRangeRuleInstance
Dim value As ReportColor
value = instance.StartColor
public ReportColor StartColor { get; }
public:
property ReportColor^ StartColor {
ReportColor^ get ();
}
member StartColor : ReportColor
function get StartColor () : ReportColor
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the StartColor property.
Vea también
Referencia
MapColorRangeRuleInstance Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering