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