Open this page in the API Guide

AvailableValuesCollection.Add Method

Adds the specified value.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void Add(
	Object value,
	string displayText
)

Parameters

value
Type: System.Object
The value.
displayText
Type: System.String
The display text.
Exceptions
ExceptionCondition
DuplicateItemExceptionDisplay text for the specified value has already been specified.
See Also