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.