Telerik Reporting

Gets or sets the value of the parameter. Can be an Expression that evaluates to an object, value of the allowed types, or [!:IEnumerable] containing values of the allowed types.

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

Syntax

C#
public Object Value { get; set; }
Visual Basic (Declaration)
Public Property Value As Object

Implements

IReportParameter..::.Value

See Also