GaugeOrientations 列舉
Specifies the orientation of a LinearGauge.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration GaugeOrientations
'用途
Dim instance As GaugeOrientations
public enum GaugeOrientations
public enum class GaugeOrientations
type GaugeOrientations
public enum GaugeOrientations
成員
成員名稱 | 說明 | |
---|---|---|
Auto | Automatically determine the orientation based on the width and height of the LinearGauge. | |
Horizontal | The linear gauge is horizontal. | |
Vertical | The linear gauge is vertical. |