Class Binding
Represents the simple binding between the target property of a report item and an expression.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public sealed class Binding : INotifyPropertyChanged
Constructors
Binding()
Declaration
public Binding()
Binding(String, String)
Declaration
public Binding(string path, string expression)
Parameters
System.String
path
|
System.String
expression
|
Properties
Expression
Gets or sets the expression used to evaluate the value of the specified in Path target property.
Declaration
public string Expression { get; set; }
Property Value
System.String
|
Path
Gets or sets the property path determining the item's bound simple/nested property.
Declaration
public string Path { get; set; }
Property Value
System.String
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|