Open this page in the API Guide

MeasureUsageFormatInfo.ConfigureRangeOverride 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 (25.1.0.1000)
Syntax
public RangeFormatInfo ConfigureRangeOverride(
	string format,
	RangeNumberValue range
)

Parameters

format
Type: System.String
The format.
range
Type: Dundas.BI.Data.Parameters.RangeNumberValue
The numeric range.

Return Value

Type: RangeFormatInfo
The range format override.
See Also