다음을 통해 공유


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)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

주의

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

참고 항목

참조

MapSpatialDataSet 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스