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
成員
成員名稱 | 說明 | |
---|---|---|
Cross | The ScaleRange is placed across the GaugeTickMarks within the GaugeScale. | |
Inside | The ScaleRange is placed inside the GaugeTickMarks within the GaugeScale. | |
Outside | The ScaleRange is placed outside the GaugeTickMarks within the GaugeScale. |