FormatInfoBaseDataIsLargeNumberFormattingPerValue Property

Gets or sets a value indicating whether large numbers are each formatted separately.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "isLargeNumberFormattingPerValue")]
public bool IsLargeNumberFormattingPerValue { get; set; }

Property Value

Type: Boolean
to format each number according to its own magnitude; otherwise, to apply the same unit to all values retrieved at a time.
See Also