Compartilhar via


Propriedade do RDL IndicatorState.IndicatorStyle

Gets the indicator style of the state.

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

Sintaxe

'Declaração
Public ReadOnly Property IndicatorStyle As ReportEnumProperty(Of GaugeStateIndicatorStyles)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

IndicatorState Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering