ActiveReports 8
MapSpatialDataSet Class Members
See Also  Properties 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MapSpatialDataSet Class

Glossary Item Box

The following tables list the members exposed by MapSpatialDataSet.

Public Constructors

 NameDescription
Public ConstructorMapSpatialDataSet ConstructorInitializes a new instance of the MapSpatialDataSet class.  
Top

Public Properties

 NameDescription
Public PropertyDataSetNameGets 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 System.String.  
Public PropertyMapFieldNamesGets the set of non-spatial data fields to be imported from the data set.  
Public PropertySpatialFieldGets 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 System.String.  
Top

See Also