Compartilhar via


Propriedade do RDL MapVectorLayer.MapSpatialData

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property MapSpatialData As MapSpatialData 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapSpatialData
A MapSpatialData object.

Consulte também

Referência

MapVectorLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering