Class EsriShapeFileSourceType
Gets the spatial data for the ShapeMapSeries from an ESRI Shapefile.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class EsriShapeFileSourceType : SpatialDataSourceTypeBase
Constructors
EsriShapeFileSourceType()
Declaration
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
public string FileName { get; set; }
Property Value
System.String
|
RelationPairs
Gets or sets the expressions that match the analytical data set fields to the spatial data fields.
Declaration
public MapRelationPairCollection RelationPairs { get; }
Property Value
MapRelationPairCollection
|