MapVectorLayer.MapSpatialData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a map data region, map data set, or map shapefile as the source for the map points in the vector layer.
public:
property Microsoft::ReportingServices::RdlObjectModel::MapSpatialData ^ MapSpatialData { Microsoft::ReportingServices::RdlObjectModel::MapSpatialData ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::MapSpatialData ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.MapSpatialData MapSpatialData { get; set; }
member this.MapSpatialData : Microsoft.ReportingServices.RdlObjectModel.MapSpatialData with get, set
Public Property MapSpatialData As MapSpatialData
Property Value
A MapSpatialData object.