ClassMapRelationPair
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:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapRelationPair
Inheritance: objectMapRelationPair
Constructors
MapRelationPair()
Initializes a new instance of MapRelationPair class
Declaration
public MapRelationPair()
MapRelationPair(string, string)
Initializes a new instance of MapRelationPair class with passed arguments
Declaration
public MapRelationPair(string analyticalField, string shapeFileField)
Parameters
analyticalField
string
Field from the analytical data set
shapeFileField
string
Field from the ShapeFile data set
Properties
AnalyticalField
An expression that defines the field from the analytical data source that will be matched with a field from the shape file bundle.
Declaration
public string AnalyticalField { get; set; }
Property Value
string
ShapeFileField
An expression that defines the field from the shape file bundle that will be matched with a field from analytical data source.
Declaration
public string ShapeFileField { get; set; }
Property Value
string