共用方式為


IndicatorStyle 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property IndicatorStyle As GaugeStateIndicatorStyles
    Get
'用途
Dim instance As StateIndicatorInstance
Dim value As GaugeStateIndicatorStyles

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

屬性值

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