Share via


IndicatorState.Color Property

Gets the color of the state.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Color As ReportColorProperty 
    Get
'Usage
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

Property Value

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

See Also

Reference

IndicatorState Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace