MapVectorLayer.MapSpatialData 属性

Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MapSpatialData As MapSpatialData 
    Get
用法
Dim instance As MapVectorLayer 
Dim value As MapSpatialData 

value = instance.MapSpatialData
public MapSpatialData MapSpatialData { get; }
public:
property MapSpatialData^ MapSpatialData {
    MapSpatialData^ get ();
}
member MapSpatialData : MapSpatialData
function get MapSpatialData () : MapSpatialData

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
A MapSpatialData object.

请参阅

参考

MapVectorLayer 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间