Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the number of decimal places can be decreased.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CanDecreaseDecimalPlace As Boolean
Get
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As Boolean
value = instance.CanDecreaseDecimalPlace
public bool CanDecreaseDecimalPlace { get; }
Property Value
Type: System.Boolean
true if the number of decimal places is greater than the value specified by the MIN_DECIMAL_PLACES field; otherwise, false.
Implements
INumericFormatProperties.CanDecreaseDecimalPlace
See Also
Reference
KpiNumberFormatProperties Class