Class WellKnownTextSourceType
Gets the spatial data for the ShapeMapSeries from an Well-known text string or its binary (WKB) representation.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class WellKnownTextSourceType : SpatialDataSourceTypeBase
Constructors
WellKnownTextSourceType()
Declaration
public WellKnownTextSourceType()
Properties
SpatialField
Gets or sets an expression that defines the spatial coordinates for the data points.
Declaration
public string SpatialField { get; set; }
Property Value
System.String
|