Open this page in the API Guide

GenericParameter.AddValidValue 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 (25.1.0.1000)
Syntax
public void AddValidValue(
	ParameterValue value,
	string caption,
	string description
)

Parameters

value
Type: Dundas.BI.Data.Parameters.ParameterValue
The value.
caption
Type: System.String
The caption.
description
Type: System.String
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionvalue is invalid for the current parameter, or the current parameter does not support a list of valid values.
See Also