MeasureUsageFormatInfoConfigureRangeOverride Method

Configures a numeric range format override.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public RangeFormatInfo ConfigureRangeOverride(
	string format,
	RangeNumberValue range
)

Parameters

format
Type: SystemString
The format.
range
Type: Dundas.BI.Data.ParametersRangeNumberValue
The numeric range.

Return Value

Type: RangeFormatInfo
The range format override.
See Also