KpiNumberFormatProperties.DecreaseDecimalPlace method
Decreases the number of decimal places for formatted KPI measure values by one, down to the value specified by the MIN_DECIMAL_PLACES field.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub DecreaseDecimalPlace
'Usage
Dim instance As KpiNumberFormatProperties
instance.DecreaseDecimalPlace()
public void DecreaseDecimalPlace()
Implements
INumericFormatProperties.DecreaseDecimalPlace()
See also
Reference
KpiNumberFormatProperties class