MapVectorLayer.MapSpatialData Property
Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapSpatialData As MapSpatialData
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
A MapSpatialData object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace