[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapShapefile

MapShapefile Class

Defines a file-based source for spatial data and possibly non-spatial data

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

Constructors

Name Description
MapShapefile()

Initializes a new instance of the MapShapefile class.

Properties

Name Description
MapFieldNames

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

Source

Contains a constant or expression that evaluates to the location of the shapefile. This can be a full path, relative path, or URL. Relative paths start in the same folder as the report. An expression should evaluate to a string.

Extension Methods