MeasureFormatInfoFormat Property

Gets or sets a .NET format string defining how to display the number.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public override string Format { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidMeasureFormatExceptionThe specified value is invalid.
Remarks
Some of the supported values are:

N - Numeric, shows the thousands separator

C - Currency, shows negatives in parentheses and position a currency symbol

P - Percentage, multiplies by 100 and displays percentage symbol

E - Exponential notation

To specify precision, add the number of digits after the symbol.

See Also