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; }<DataMemberAttribute(EmitDefaultValue := false, Name := "isLargeNumberFormattingPerValue")>
Public Property IsLargeNumberFormattingPerValue As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"isLargeNumberFormattingPerValue")]
property bool IsLargeNumberFormattingPerValue {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "isLargeNumberFormattingPerValue")>]
member IsLargeNumberFormattingPerValue : bool with 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