Partilhar via


Propriedade do RDL Map.MapDataRegions

Gets a collection of data regions for the map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering