다음을 통해 공유


KpiNumberFormatProperties.UseThousandsSeparator Property

Indicates whether to use thousands separators to format numbers.

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

Syntax

'Declaration
Public Property UseThousandsSeparator As Boolean
    Get
    Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As Boolean

value = instance.UseThousandsSeparator

instance.UseThousandsSeparator = value
public bool UseThousandsSeparator { get; set; }

Property Value

Type: System.Boolean
true if a thousands separator is used for numeric formatting; otherwise false.

Implements

INumericFormatProperties.UseThousandsSeparator

Remarks

The thousands separator is case sensitive.

See Also

Reference

KpiNumberFormatProperties Class

KpiNumberFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace