Class DataFieldMapping
Represents a mapping between a field from a data source and its corresponding short alias used for data binding in expressions.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class DataFieldMapping : INotifyPropertyChanged
Constructors
DataFieldMapping()
DataFieldMapping(String, String)
Initializes a new instance of the Data
Declaration
public DataFieldMapping(string name, string alias)
Parameters
System. Specifies the name of the field for the mapping. |
System. Specifies the alias of the field for the mapping. |
Properties
Alias
Gets or sets the alias of the field from the mapping.
Declaration
public string Alias { get; set; }
Property Value
System.
|
Name
Gets or sets the name of the field from the mapping.
Declaration
public string Name { get; set; }
Property Value
System.
|
Methods
NotifyPropertyChanged(String)
Declaration
protected void NotifyPropertyChanged(string propertyName)
Parameters
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|