IndicatorStyle-Eigenschaft
Gets the style of the state indicator.
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 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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeStateIndicatorStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.