다음을 통해 공유


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