Reporting

Represents the available values for a ReportParameter

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

Syntax

C#
public sealed class ReportParameterAvailableValues : IDataItem, 
	IDataFlow
Visual Basic
Public NotInheritable Class ReportParameterAvailableValues _
	Implements IDataItem, IDataFlow

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.

Inheritance Hierarchy

System..::..Object
  Telerik.Reporting..::..ReportParameterAvailableValues

Version Information

Supported in: 1.0.1

See Also