GaugeShowSigns Enumeration
Represents how number signs are displayed in the numeric indicator.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration GaugeShowSigns
'Usage
Dim instance As GaugeShowSigns
public enum GaugeShowSigns
public enum class GaugeShowSigns
type GaugeShowSigns
public enum GaugeShowSigns
Members
| Member name | Description | |
|---|---|---|
| NegativeOnly | Display the negative sign only. | |
| Both | Display both positive and negative signs. | |
| None | Display no signs. |