Class
Binding

Represents the simple binding between the target property of a report item and an expression.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(BindingConverter))]
public sealed class Binding

Inheritance: objectBinding

Constructors

Binding()

Internal use only

Declaration

cs-api-definition
public Binding()

Binding(string, string)

Internal use only

Declaration

cs-api-definition
public Binding(string path, string expression)

Parameters

path

string

expression

string

Properties

Expression

Gets or sets the expression used to evaluate the value of the specified in Path target property.

Declaration

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

Property Value

string

Path

Gets or sets the property path determining the item's bound simple/nested property.

Declaration

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

Property Value

string

Events

PropertyChanged

Internal use only

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler