ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapSpatialDataSet Class / SpatialField Property

In This Topic
    SpatialField Property
    In This Topic
    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
    'Declaration
     
    Public Property SpatialField As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo SpatialField {get; set;}
    See Also