FormatInfoBase Class

The base class for formatting objects.
Inheritance Hierarchy

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

The FormatInfoBase type exposes the following members.

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 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.
Top
See Also