次の方法で共有


IndicatorState.IndicatorStyle プロパティ

状態のインジケーター スタイルを取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property IndicatorStyle As ReportEnumProperty(Of GaugeStateIndicatorStyles)
    Get
'使用
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>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeStateIndicatorStyles>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

IndicatorState クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間