ActiveReports 8
SpatialField Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MapSpatialDataSet Class : SpatialField Property

Glossary Item Box

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 System.String.

Syntax

Visual Basic (Declaration) 
Public Property SpatialField As ExpressionInfo
C# 
public ExpressionInfo SpatialField {get; set;}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also