MeasureUsageFormatInfo Class

Specifies options for formatting a number as displayable text.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.MetricSetsMeasureUsageFormatInfo

Namespace: Dundas.BI.Entities.MetricSets
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MeasureUsageFormatInfo

The MeasureUsageFormatInfo type exposes the following members.

Constructors
 NameDescription
Public methodMeasureUsageFormatInfo Initializes a new instance of the MeasureUsageFormatInfo class.
Top
Properties
 NameDescription
Public propertyBillionsFormat Gets or sets a format defining how to display numbers in billions units.
Public propertyFormat Gets or sets a .NET format string defining how to display the number.
Public propertyIsLargeNumberFormattingPerValue Gets or sets a value indicating whether large numbers are each formatted separately.
Public propertyMillionsFormat Gets or sets a format defining how to display numbers in millions units.
Public propertyRangeOverrides Gets the range overrides, if any.
Public propertySymbol Gets or sets a symbol that can be placed before or after the number.
Public propertySymbolPlacement Gets or sets the placement of the symbol if not a currency symbol.
Public propertyThousandsFormat Gets or sets a format defining how to display numbers in thousands units.
Public propertyTrillionsFormat Gets or sets a format defining how to display numbers in trillions units.
Public propertyUseCubeFormatInfo Gets or sets a value indicating whether the cube measure formatting information should be used.
Top
Methods
 NameDescription
Public methodConfigureRangeOverride Configures a numeric range format override.
Public methodResetRangeOverrides Resets the range overrides.
Top
See Also