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
Assembly: BoldReports.UWP.dll
Syntax
public class MapDataRegion : Object
Constructors
MapDataRegion()
Declaration
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
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|