INumericFormatProperties Members (Microsoft.PerformancePoint.Scorecards.OLAPReportViews)

Specifies numeric formatting for OLAP grids and charts.

The following tables list the members exposed by the INumericFormatProperties type.

Public Properties

  Name Description
Public property AdditionalTextLeft Additional text that should be displayed to the left of the formatted number.
Public property AdditionalTextRight Additional text that should be displayed to the right of the formatted number.
Public property CanDecreaseDecimalPlace Indicates if the decimal places property can be decreased or if it is already at its minimum value.
Public property CanIncreaseDecimalPlace Indicates if the decimal places property can be increased or if it is already at its maximum value.
Public property CurrencySymbol Specifies the currency symbol.
Public property DecimalPlaces Specifies the number of trailing decimal places to format the grid or chart tooltip values to.
Public property FormatType Specifies the type of formatting for chart tooltip values, such as Number, Currency, or Percent.
Public property NegativeSymbol Specifies how the grid or chart should display negative data values.
Public property ShowZeroAs Specifies how zero values should be displayed in the grid or chart tooltip values. Example, display as "-" or "0".
Public property UseThousandsSeparator Specifies whether to format data values using thousand separators.

Top

Public Methods

  Name Description
Public method DecreaseDecimalPlace Decreases the decimal place by 1.
Public method IncreaseDecimalPlace Increases the decimal place by 1.

Top

See Also

Reference

INumericFormatProperties Interface
Microsoft.PerformancePoint.Scorecards.OLAPReportViews Namespace