PointerCapInstance.CapStyle 属性

Gets the calculated value of the CapStyle property in a PointerCap class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property CapStyle As GaugeCapStyles
    Get
用法
Dim instance As PointerCapInstance
Dim value As GaugeCapStyles

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.GaugeCapStyles
A GaugeCapStyles value that represents the calculated value of the CapStyle property.