Compartir a través de


Map.MapDataRegions Propiedad

Gets a collection of data regions for the map.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapDataRegions As MapDataRegionCollection 
    Get
'Uso
Dim instance As Map 
Dim value As MapDataRegionCollection 

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

Valor de la propiedad

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

Vea también

Referencia

Map Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering