Reporting

Represents a collection of DataFieldMapping objects.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
[SerializableAttribute]
public class DataFieldMappingCollection : Collection<DataFieldMapping>
Visual Basic
<SerializableAttribute> _
Public Class DataFieldMappingCollection _
	Inherits Collection(Of DataFieldMapping)

Remarks

Represents a collection of mappings for the fields of a data source and their corresponding short aliases used for data binding in expressions.

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'DataFieldMapping>)>)>
    Telerik.Reporting..::..DataFieldMappingCollection

Version Information

Supported in: 1.0.1

See Also