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

Members

Member name Description
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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace