INumericFormatProperties.UseThousandsSeparator Property (Microsoft.PerformancePoint.Scorecards.OLAPReportViews)

Specifies whether to format data values using thousand separators.

Namespace: Microsoft.PerformancePoint.Scorecards.OLAPReportViews
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Property UseThousandsSeparator As Boolean
'Usage
Dim instance As INumericFormatProperties
Dim value As Boolean

value = instance.UseThousandsSeparator

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

See Also

Reference

INumericFormatProperties Interface
INumericFormatProperties Members
Microsoft.PerformancePoint.Scorecards.OLAPReportViews Namespace