Share via


KpiMeasureValue.DisplayValue property

Gets or sets the display value that is specified in the data source and formatted according to the measure settings.

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

Syntax

'Declaration
Public Property DisplayValue As String
    Get
    Set
'Usage
Dim instance As KpiMeasureValue
Dim value As String

value = instance.DisplayValue

instance.DisplayValue = value
public string DisplayValue { get; set; }

Property value

Type: System.String
The display value that is specified in the data source and formatted according to the measure settings.

See also

Reference

KpiMeasureValue class

KpiMeasureValue members

Microsoft.PerformancePoint.Scorecards namespace