Class MapDataRegion
Provides a map polygon layer, a map point layer, or a map line layer with analytical data after it applies filtering and/or grouping to the layer.
Inheritance
System.Object
MapDataRegion
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 MapDataRegion : IReportDispose, IDisposable
Constructors
MapDataRegion()
Declaration
public MapDataRegion()
Properties
DataSetName
Declaration
public string DataSetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filters
Declaration
public List<Filter> Filters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Filter> |
MapMember
Declaration
public MapMember MapMember { get; set; }
Property Value
Type | Description |
---|---|
MapMember |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable