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.