[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapSpatialDataSet

MapSpatialDataSet Class

Defines a dataset-based source for spatial and possibly non-spatial data.

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

Constructors

Name Description
MapSpatialDataSet()

Initializes a new instance of the MapSpatialDataSet class.

Properties

Name Description
DataSetName

Gets or sets which data set to use as the source data. Note: The filters defined for the dataset will be ignored. An expression should evaluate to a string.

MapFieldNames

Gets the set of non-spatial data fields to be imported from the data set.

SpatialField

Gets or sets the name of the spatial field to be imported from the data source. It should be of type SqlGeometry or SqlGeography. An expression should evaluate to a string.

Extension Methods