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