KpiNumberFormatProperties.ShowZeroAs Property
The string used to represent a value of zero; otherwise, zero is formatted as a number.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ShowZeroAs As String
Get
Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As String
value = instance.ShowZeroAs
instance.ShowZeroAs = value
public string ShowZeroAs { get; set; }
Property Value
Type: System.String
Implements
INumericFormatProperties.ShowZeroAs
Remarks
The string must be from one to eight characters in length.
See Also
Reference
KpiNumberFormatProperties Class