Compartir a través de


IndicatorState.Color Propiedad

Gets the color of the state.

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

Sintaxis

'Declaración
Public ReadOnly Property Color As ReportColorProperty 
    Get
'Uso
Dim instance As IndicatorState 
Dim value As ReportColorProperty 

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

Valor de la propiedad

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

Vea también

Referencia

IndicatorState Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering