다음을 통해 공유


INumericFormatProperties.CanDecreaseDecimalPlace Property

Gets a Boolean value that 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
ReadOnly Property CanDecreaseDecimalPlace As Boolean
    Get
'Usage
Dim instance As INumericFormatProperties
Dim value As Boolean

value = instance.CanDecreaseDecimalPlace
bool CanDecreaseDecimalPlace { get; }

Property Value

Type: System.Boolean
true if the decimal place can be decreased; otherwise, false.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace