Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a map data region, map data set, or map shapefile as the source for the map points in the vector layer.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapSpatialData As MapSpatialData
Get
Set
'Usage
Dim instance As MapVectorLayer
Dim value As MapSpatialData
value = instance.MapSpatialData
instance.MapSpatialData = value
public MapSpatialData MapSpatialData { get; set; }
public:
property MapSpatialData^ MapSpatialData {
MapSpatialData^ get ();
void set (MapSpatialData^ value);
}
member MapSpatialData : MapSpatialData with get, set
function get MapSpatialData () : MapSpatialData
function set MapSpatialData (value : MapSpatialData)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MapSpatialData
A MapSpatialData object.