Telerik Reporting

Gets an object that defines a set of valid values the parameter can accept from.

Namespace:  Telerik.Reporting
Assembly:  Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public ReportParameterAvailableValues AvailableValues { get; }
Visual Basic (Declaration)
Public ReadOnly Property AvailableValues As ReportParameterAvailableValues

Implements

IReportParameter..::.AvailableValues

Remarks

The available values, or valid values, are a set of predefined values which are acceptable as value of the parameter. Each available value may have label that will be displayed if the parameter is visible.

See Also