共用方式為


ScaleRangePlacements 列舉型別

Specifies where the ScaleRange within a GaugeScale should be placed relative to the GaugeScale.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Enumeration ScaleRangePlacements
'用途
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements

成員

成員名稱 描述
Inside The ScaleRange is placed inside the GaugeTickMarks within the GaugeScale.
Outside The ScaleRange is placed outside the GaugeTickMarks within the GaugeScale.
Cross The ScaleRange is placed across the GaugeTickMarks within the GaugeScale.