Class MapSpatialDataSet
Represents a dataset-based source for spatial and optional non-spatial data.
Inheritance
System.Object
MapSpatialDataSet
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapSpatialDataSet : IReportDispose, IDisposable
Constructors
MapSpatialDataSet()
Declaration
public MapSpatialDataSet()
Properties
DataSetName
Declaration
public string DataSetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MapFieldNames
Declaration
public List<string> MapFieldNames { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
SpatialField
Declaration
public string SpatialField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable