KpiNumberFormatProperties.AdditionalTextRight Property
The string to add to the right of the formatted number.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property AdditionalTextRight As String
Get
Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As String
value = instance.AdditionalTextRight
instance.AdditionalTextRight = value
public string AdditionalTextRight { get; set; }
Property Value
Type: System.String
Implements
INumericFormatProperties.AdditionalTextRight
See Also
Reference
KpiNumberFormatProperties Class