GaugeTickMarkShapes 枚举
Specifies the shape of a tick mark for a CustomLabel.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration GaugeTickMarkShapes
用法
Dim instance As GaugeTickMarkShapes
public enum GaugeTickMarkShapes
public enum class GaugeTickMarkShapes
type GaugeTickMarkShapes
public enum GaugeTickMarkShapes
成员
成员名称 | 说明 | |
---|---|---|
Rectangle | A rectangular marker. | |
None | No marker. | |
Triangle | A triangular marker. | |
Circle | A circular marker. | |
Diamond | A diamond marker. | |
Trapezoid | A trapezoidal marker. | |
Star | A star marker. | |
Wedge | A wedge-shaped marker. | |
Pentagon | A pentagonal marker. |