[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapSpatialDataRegion

MapSpatialDataRegion Class

Defines a data region-based source for spatial data

Inheritance
MapSpatialDataRegion
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapSpatialDataRegion : MapSpatialData

Constructors

Name Description
MapSpatialDataRegion()

Initializes a new instance of the MapSpatialDataRegion class.

Properties

Name Description
VectorData

Gets or sets vector data for a map element. An expression that is evaluated for each inner most group instance of the data region. The expected value is either SqlGeometry or SqlGeography. If <> Null, the appropriate map element will be created and added to the layer.

Extension Methods