KpiNumberFormatProperties.DecimalPlaces Property
The number of decimal places (between zero and 28) to use for numeric formatting.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property DecimalPlaces As Integer
Get
Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As Integer
value = instance.DecimalPlaces
instance.DecimalPlaces = value
public int DecimalPlaces { get; set; }
Property Value
Type: System.Int32
Implements
INumericFormatProperties.DecimalPlaces
See Also
Reference
KpiNumberFormatProperties Class