Class MapRelationPair
Collection of relation pairs that match the fields from the Shapefile with the fields from the analytical data set.
Inheritance
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class MapRelationPair
Constructors
MapRelationPair()
MapRelationPair(String, String)
Initializes a new instance of MapRelationPair class with passed arguments
Declaration
public MapRelationPair(string analyticalField, string shapeFileField)
Parameters
System.String
analyticalField
Field from the analytical data set |
System.String
shapeFileField
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
System.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
System.String
|