Class
DataFieldMapping

Represents a mapping between a field from a data source and its corresponding short alias used for data binding in expressions.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(DataFieldMappingConverter))]
public class DataFieldMapping

Inheritance: objectDataFieldMapping

Constructors

DataFieldMapping()

Initializes a new instance of the DataFieldMapping class.

Declaration

cs-api-definition
public DataFieldMapping()

DataFieldMapping(string, string)

Initializes a new instance of the DataFieldMapping class.

Declaration

cs-api-definition
public DataFieldMapping(string name, string alias)

Parameters

name

string

Specifies the name of the field for the mapping.

alias

string

Specifies the alias of the field for the mapping.

Properties

Alias

Gets or sets the alias of the field from the mapping.

Declaration

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

Property Value

string

Name

Gets or sets the name of the field from the mapping.

Declaration

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

Property Value

string

Methods

NotifyPropertyChanged(string)

Declaration

cs-api-definition
protected void NotifyPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler