MapSpatialDataSet.SpatialField 属性

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

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property SpatialField As ReportExpression
    Get
    Set
用法
Dim instance As MapSpatialDataSet
Dim value As ReportExpression

value = instance.SpatialField

instance.SpatialField = value
public ReportExpression SpatialField { get; set; }
public:
property ReportExpression SpatialField {
    ReportExpression get ();
    void set (ReportExpression value);
}
member SpatialField : ReportExpression with get, set
function get SpatialField () : ReportExpression
function set SpatialField (value : ReportExpression)

注释

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