New to Telerik ReportingStart a free 30-day trial

Collection of relation pairs that match the fields from the Shapefile with the fields from the analytical data set.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapRelationPair

Inheritance: objectMapRelationPair

Constructors

Initializes a new instance of MapRelationPair class

C#
public MapRelationPair()

Initializes a new instance of MapRelationPair class with passed arguments

C#
public MapRelationPair(string analyticalField, string shapeFileField)
Parameters:analyticalFieldstring

Field from the analytical data set

shapeFileFieldstring

Field from the ShapeFile data set

Properties

An expression that defines the field from the analytical data source that will be matched with a field from the shape file bundle.

C#
public string AnalyticalField { get; set; }

An expression that defines the field from the shape file bundle that will be matched with a field from analytical data source.

C#
public string ShapeFileField { get; set; }