MeasureFormatInfoConfigureRangeOverride Method

Configures a numeric range format override.

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 RangeFormatInfo ConfigureRangeOverride(
	string format,
	RangeNumberValue range
)

Parameters

format  String
The format.
range  RangeNumberValue
The numeric range.

Return Value

RangeFormatInfo
The range format override.
See Also