Share via


KpiMeasure.OverrideDisplayFormat property

Gets a Boolean value that indicates whether the display settings override the default display settings from the data source.

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

Syntax

'Declaration
Public ReadOnly Property OverrideDisplayFormat As Boolean
    Get
'Usage
Dim instance As KpiMeasure
Dim value As Boolean

value = instance.OverrideDisplayFormat
public bool OverrideDisplayFormat { get; }

Property value

Type: System.Boolean
true if the display settings override the default display settings from the data source; otherwise false.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace