Open this page in the API Guide

RequestOverrides.RemoveOverrides Method (AnalysisElementUsage)

Removes the overrides specified by the usage element.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void RemoveOverrides(
	AnalysisElementUsage usageElement
)

Parameters

usageElement
Type: Dundas.BI.Entities.MetricSets.AnalysisElementUsage
The usage element.
Exceptions
ExceptionCondition
ArgumentNullExceptionusageElement is null.
See Also