Partager via


Propriété StateIndicator.IndicatorStyle

Gets the style of the state indicator.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IndicatorStyle As ReportEnumProperty(Of GaugeStateIndicatorStyles)
    Get
'Utilisation
Dim instance As StateIndicator 
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>

Valeur de propriété

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

Voir aussi

Référence

StateIndicator Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering