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