Class
ParameterValue

Represents a parameter value.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class ParameterValue

Inheritance: objectParameterValue

Constructors

ParameterValue()

Declaration

cs-api-definition
public ParameterValue()

Properties

Name

Gets or sets the name of the ParameterValue.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

Value

Gets or sets the value of the ParameterValue.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object