New to Telerik ReportingStart a free 30-day trial

Binding

Class

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

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(BindingConverter))]
public sealed class Binding

Inheritance: objectBinding

Constructors

Internal use only

C#
public Binding()

Internal use only

C#
public Binding(string path, string expression)
Parameters:pathstringexpressionstring

Properties

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

C#
public string Expression { get; set; }

Path

string

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

C#
public string Path { get; set; }

Events

PropertyChanged

PropertyChangedEventHandler

Internal use only

C#
public event PropertyChangedEventHandler PropertyChanged