KpiNumberFormatProperties.FormatType Property
The formatting pattern used for numeric formatting.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property FormatType As FormatType
Get
Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As FormatType
value = instance.FormatType
instance.FormatType = value
public FormatType FormatType { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.FormatType
Implements
INumericFormatProperties.FormatType
See Also
Reference
KpiNumberFormatProperties Class