Class ParameterValue
Represents a parameter value.
Inheritance
System.Object
ParameterValue
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class ParameterValue
Constructors
ParameterValue()
Declaration
public ParameterValue()
Properties
Name
Gets or sets the name of the ParameterValue.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Value
Gets or sets the value of the ParameterValue.
Declaration
public object Value { get; set; }
Property Value
System.Object
|