RequestOverridesRemoveOverrides(String) Method

Removes the overrides specified by the usage element unique name.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void RemoveOverrides(
	string uniqueName
)

Parameters

uniqueName  String
The unique name of the element.
Exceptions
ExceptionCondition
ArgumentExceptionuniqueName is or Empty.
See Also