다음을 통해 공유


INumericFormatProperties.ShowZeroAs Property

Gets or sets the string used to represent a value of zero in grid and chart tooltips.

Namespace:  Microsoft.PerformancePoint.Scorecards.Formatting
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Property ShowZeroAs As String
    Get
    Set
'Usage
Dim instance As INumericFormatProperties
Dim value As String

value = instance.ShowZeroAs

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

Property Value

Type: System.String
The string used to represent a value of zero in grid and chart tooltips.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace