MeasureFormatInfo Class

Specifies options for formatting a measure value as displayable text.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataFormatInfoBase
    Dundas.BI.Data.MetadataMeasureFormatInfo

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class MeasureFormatInfo : FormatInfoBase

The MeasureFormatInfo type exposes the following members.

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