Class
EsriShapeFileSourceType

Gets the spatial data for the ShapeMapSeries from an ESRI Shapefile.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class EsriShapeFileSourceType : SpatialDataSourceTypeBase

Inheritance: objectSpatialDataSourceTypeBaseEsriShapeFileSourceType

Constructors

EsriShapeFileSourceType()

TODO: Add documentation.

Declaration

cs-api-definition
public EsriShapeFileSourceType()

Properties

FileName

Gets or sets the expression that defines the name of the shape file used to get the spatial coordinates for the data points.

Declaration

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

Property Value

string

RelationPairs

Gets or sets the expressions that match the analytical data set fields to the spatial data fields.

Declaration

cs-api-definition
public MapRelationPairCollection RelationPairs { get; }

Property Value

MapRelationPairCollection