Class
MapRelationPair

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:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapRelationPair

Inheritance: objectMapRelationPair

Constructors

MapRelationPair()

Initializes a new instance of MapRelationPair class

Declaration

cs-api-definition
public MapRelationPair()

MapRelationPair(string, string)

Initializes a new instance of MapRelationPair class with passed arguments

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public string ShapeFileField { get; set; }

Property Value

string