Share via


KpiMeasure.OverrideFormatProperties property

Gets or sets the custom format settings for the actual's values.

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

Syntax

'Declaration
Public Property OverrideFormatProperties As KpiNumberFormatProperties
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As KpiNumberFormatProperties

value = instance.OverrideFormatProperties

instance.OverrideFormatProperties = value
public KpiNumberFormatProperties OverrideFormatProperties { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.Formatting.KpiNumberFormatProperties
The custom format settings for the actual's values.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace