Condividi tramite


Enumerazione ScaleRangePlacements

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

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public Enumeration ScaleRangePlacements
'Utilizzo
Dim instance As ScaleRangePlacements
public enum ScaleRangePlacements
public enum class ScaleRangePlacements
type ScaleRangePlacements
public enum ScaleRangePlacements

Membri

Nome membro Descrizione
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.