FormatType Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the formats for numbers.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration FormatType
'Usage
Dim instance As FormatType
[SerializableAttribute]
public enum FormatType
Members
Member name | Description | |
---|---|---|
Default | Represent the default (cube-supplied) format. | |
Number | Represents a general number format. | |
Currency | Represents a currency format. | |
Percentage | Represents a percentage format. | |
Unknown | Represents an unknown format. |