IndicatorStyle 屬性
Gets the style of the state indicator.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property IndicatorStyle As ReportEnumProperty(Of GaugeStateIndicatorStyles)
Get
'用途
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>
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeStateIndicatorStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.