GaugeShowSigns 枚举

Represents how number signs are displayed in the numeric indicator.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Enumeration GaugeShowSigns
用法
Dim instance As GaugeShowSigns
public enum GaugeShowSigns
public enum class GaugeShowSigns
type GaugeShowSigns
public enum GaugeShowSigns

成员

成员名称 说明
NegativeOnly Display the negative sign only.
Both Display both positive and negative signs.
None Display no signs.