FormatNegativeSymbol enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the formats for negative numbers when custom formatting is used.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration FormatNegativeSymbol
'Usage
Dim instance As FormatNegativeSymbol
[SerializableAttribute]
public enum FormatNegativeSymbol
Members
Member name | Description | |
---|---|---|
NegativeSign | Represents a preceding minus sign. | |
Parenthesis | Represents enclosing the number in parentheses. |