Compartir a través de


ScaleRangePlacements Enumeración

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Enumeration ScaleRangePlacements
'Uso
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements

Miembros

Nombre del miembro Descripción
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.