KpiNumberFormatProperties Members

Include Protected Members
Include Inherited Members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the class that contains formatting settings for key performance indicators (KPI) measure values.

The KpiNumberFormatProperties type exposes the following members.

Constructors

  Name Description
Public method KpiNumberFormatProperties Initializes a new instance of the KpiNumberFormatProperties class.

Top

Properties

  Name Description
Public property AdditionalTextLeft The string to add to the left of the formatted number.
Public property AdditionalTextRight The string to add to the right of the formatted number.
Public property CanDecreaseDecimalPlace Indicates whether the number of decimal places can be decreased.
Public property CanIncreaseDecimalPlace Indicates whether the number of decimal places can be increased.
Public property CurrencySymbol The symbol used to represent the currency format.
Public property DecimalPlaces The number of decimal places (between zero and 28) to use for numeric formatting.
Public property FormatType The formatting pattern used for numeric formatting.
Public property Multiplier The multiplier value used to convert the original value to a different scale.
Public property NegativeSymbol The symbol used to represent negative values.
Public property ShowZeroAs The string used to represent a value of zero; otherwise, zero is formatted as a number.
Public property UseThousandsSeparator Indicates whether to use thousands separators to format numbers.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method CopyFrom Copies from another object of the same type.
Public method DecreaseDecimalPlace Decreases the number of decimal places for formatted KPI measure values by one, down to the value specified by the MIN_DECIMAL_PLACES field.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IncreaseDecimalPlace Increases the number of decimal places for formatted KPI measure values by one, up to the value specified by the MAX_DECIMAL_PLACES field.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object.

Top

Fields

  Name Description
Public fieldStatic member MAX_CHARS_IN_ADITIONAL_TEXT The maximum number of characters that can be prepended or appended to the formatted KPI measure value.
Public fieldStatic member MAX_DECIMAL_PLACES The maximum number of decimal places for KPI measure values.
Public fieldStatic member MIN_DECIMAL_PLACES The minimum number of decimal places for KPI measure values.

Top

See Also

Reference

KpiNumberFormatProperties Class

Microsoft.PerformancePoint.Scorecards.Formatting Namespace