CapStyle 属性
Type of the cap.
命名空间: 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< (Of < ( <'GaugeCapStyles> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.