IndicatorState.IndicatorStyle Property

Gets the indicator style of the state.

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

Syntax

'Declaration
Public ReadOnly Property IndicatorStyle As ReportEnumProperty(Of GaugeStateIndicatorStyles)
    Get
'Usage
Dim instance As IndicatorState 
Dim value As ReportEnumProperty(Of GaugeStateIndicatorStyles)

value = instance.IndicatorStyle
public ReportEnumProperty<GaugeStateIndicatorStyles> IndicatorStyle { get; }
public:
property ReportEnumProperty<GaugeStateIndicatorStyles>^ IndicatorStyle {
    ReportEnumProperty<GaugeStateIndicatorStyles>^ get ();
}
member IndicatorStyle : ReportEnumProperty<GaugeStateIndicatorStyles>
function get IndicatorStyle () : ReportEnumProperty<GaugeStateIndicatorStyles>

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeStateIndicatorStyles>
A ReportEnumProperty<EnumType> object.

See Also

Reference

IndicatorState Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace