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