KpiNumberFormatProperties.ShowZeroAs - Propriété

La chaîne utilisée pour représenter une valeur égale à zéro ; dans le cas contraire, zéro est mis en forme en tant que nombre.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Formatting
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Property ShowZeroAs As String
    Get
    Set
'Utilisation
Dim instance As KpiNumberFormatProperties
Dim value As String

value = instance.ShowZeroAs

instance.ShowZeroAs = value
public string ShowZeroAs { get; set; }

Valeur de propriété

Type : System.String

Implémentations

INumericFormatProperties.ShowZeroAs

Remarques

La chaîne doit être entre un et de huit caractères.

Voir aussi

Référence

KpiNumberFormatProperties classe

KpiNumberFormatProperties - Membres

Microsoft.PerformancePoint.Scorecards.Formatting - Espace de noms