次の方法で共有


GaugePointer.BarStart プロパティ

バー ポインターの開始位置を示す値を取得します。

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

構文

'宣言
Public ReadOnly Property BarStart As ReportEnumProperty(Of GaugeBarStarts)
    Get
'使用
Dim instance As GaugePointer 
Dim value As ReportEnumProperty(Of GaugeBarStarts)

value = instance.BarStart
public ReportEnumProperty<GaugeBarStarts> BarStart { get; }
public:
property ReportEnumProperty<GaugeBarStarts>^ BarStart {
    ReportEnumProperty<GaugeBarStarts>^ get ();
}
member BarStart : ReportEnumProperty<GaugeBarStarts>
function get BarStart () : ReportEnumProperty<GaugeBarStarts>

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeBarStarts>
バー ポインターの開始位置を示す ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間