다음을 통해 공유


INumericFormatProperties.CanIncreaseDecimalPlace Property

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

value = instance.CanIncreaseDecimalPlace
bool CanIncreaseDecimalPlace { get; }

Property Value

Type: System.Boolean
true if the number of decimal places can be increased; otherwise, false.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace