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. |