GaugeBarStarts Enumeración
Specifies for a GaugePointer where the pointer will start if it is of type Bar.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Enumeration GaugeBarStarts
'Uso
Dim instance As GaugeBarStarts
public enum GaugeBarStarts
public enum class GaugeBarStarts
type GaugeBarStarts
public enum GaugeBarStarts
Miembros
Nombre del miembro | Descripción | |
---|---|---|
ScaleStart | The bar starts from the starting point of the GaugeScale. | |
Zero | The bar starts from the zero point of the GaugeScale. |