GaugeShowSigns-Enumeration
Represents how number signs are displayed in the numeric indicator.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Enumeration GaugeShowSigns
'Usage
Dim instance As GaugeShowSigns
public enum GaugeShowSigns
public enum class GaugeShowSigns
type GaugeShowSigns
public enum GaugeShowSigns
Elemente
Elementname | Beschreibung | |
---|---|---|
NegativeOnly | Display the negative sign only. | |
Both | Display both positive and negative signs. | |
None | Display no signs. |