Telerik Reporting

Determines if the parameter can hold more then one value.

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

Syntax

C#
public bool MultiValue { get; set; }
Visual Basic (Declaration)
Public Property MultiValue As Boolean

Implements

IReportParameter..::.MultiValue

Remarks

If the value is set to true as a valid value of the parameter is accepted an [!:IEnumerable] of values of the specified Type of the parameter. Parameters with MultiValue turned on are mainly used with the IN logical operator.

See Also