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 DataFieldMapping class.
Declaration
public DataFieldMapping(string name, string alias)
Parameters
System.String
name
Specifies the name of the field for the mapping. |
System.String
alias
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.String
|
Name
Gets or sets the name of the field from the mapping.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Methods
NotifyPropertyChanged(String)
Declaration
protected void NotifyPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|