MapSpatialDataSet.SpatialField Property

Definition

Gets or sets the name for the spatial field that is to be imported from the data source.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression SpatialField { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression SpatialField { get; set; }
member this.SpatialField : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property SpatialField As ReportExpression

Property Value

A ReportExpression object.

Remarks

This property must be specified, and it must be of type SqlGeometry or SqlGeography.

Applies to