Condividi tramite


Proprietà Map.MapDataRegions

Gets a collection of data regions for the map.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapDataRegions As MapDataRegionCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Map Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering