次の方法で共有


PointerCap.CapStyle プロパティ

キャップの種類に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property CapStyle As ReportEnumProperty(Of GaugeCapStyles)
    Get
'使用
Dim instance As PointerCap 
Dim value As ReportEnumProperty(Of GaugeCapStyles)

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

プロパティ値

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

関連項目

参照

PointerCap クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間