IndicatorStateInstance.IndicatorStyle Property

Gets the calculated value of the IndicatorStyle property in a IndicatorState class.

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

Syntax

'Declaration
Public ReadOnly Property IndicatorStyle As GaugeStateIndicatorStyles
    Get
'Usage
Dim instance As IndicatorStateInstance
Dim value As GaugeStateIndicatorStyles

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeStateIndicatorStyles
A GaugeStateIndicatorStyles value that represents the calculated value of the IndicatorStyle property.