ScaleRangePlacements-Enumeration
Specifies where the ScaleRange within a GaugeScale should be placed relative to the GaugeScale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ScaleRangePlacements
'Usage
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements
Elemente
Elementname | Beschreibung | |
---|---|---|
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. |
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace