GaugeBarStarts 列舉型別
Specifies for a GaugePointer where the pointer will start if it is of type Bar.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration GaugeBarStarts
'用途
Dim instance As GaugeBarStarts
public enum GaugeBarStarts
public enum class GaugeBarStarts
type GaugeBarStarts
public enum GaugeBarStarts
成員
成員名稱 | 描述 | |
---|---|---|
ScaleStart | The bar starts from the starting point of the GaugeScale. | |
Zero | The bar starts from the zero point of the GaugeScale. |