MapRelationPair
Class
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)
Field from the analytical data set
shapeFileFieldstringField from the ShapeFile data set
Properties
AnalyticalField
string
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; }
ShapeFileField
string
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; }