NumericParameterAddValidValue(Number, String, String) Method

Adds a new value to the supported list of valid values.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void AddValidValue(
	Number value,
	string caption,
	string description
)

Parameters

value  Number
The value.
caption  String
The caption.
description  String
The description.
Exceptions
ExceptionCondition
ArgumentExceptionThe current parameter does not support a list of valid values.
See Also