Share via


KpiNumberFormatProperties.CanIncreaseDecimalPlace property

Indicates whether the number of decimal places can be increased.

Namespace:  Microsoft.PerformancePoint.Scorecards.Formatting
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property CanIncreaseDecimalPlace As Boolean
    Get
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As Boolean

value = instance.CanIncreaseDecimalPlace
public bool CanIncreaseDecimalPlace { get; }

Property value

Type: System.Boolean
true if the number of decimal places is less than or equal to the value specified by the MAX_DECIMAL_PLACES field; otherwise, false.

Implements

INumericFormatProperties.CanIncreaseDecimalPlace

See also

Reference

KpiNumberFormatProperties class

KpiNumberFormatProperties members

Microsoft.PerformancePoint.Scorecards.Formatting namespace