Share via


KpiNumberFormatProperties.CanDecreaseDecimalPlace property

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

KpiNumberFormatProperties members

Microsoft.PerformancePoint.Scorecards.Formatting namespace