Class MapShapefile
Represents a file-based source for spatial data and optional non-spatial data.
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.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapShapefile : MapSpatialData
Constructors
MapShapefile()
Declaration
public MapShapefile()
MapShapefile(ReportSerializer)
Declaration
public MapShapefile(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
MapFieldNames
Declaration
public MapFieldNames MapFieldNames { get; set; }
Property Value
Type | Description |
---|---|
MapFieldNames |
Source
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |