Partilhar via


Propriedade do RDL Map.MapDataRegions

Gets or sets a collection of data regions for the map.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property MapDataRegions As IList(Of MapDataRegion)
    Get 
    Set
'Uso
Dim instance As Map 
Dim value As IList(Of MapDataRegion)

value = instance.MapDataRegions

instance.MapDataRegions = value
public IList<MapDataRegion> MapDataRegions { get; set; }
public:
property IList<MapDataRegion^>^ MapDataRegions {
    IList<MapDataRegion^>^ get ();
    void set (IList<MapDataRegion^>^ value);
}
member MapDataRegions : IList<MapDataRegion> with get, set
function get MapDataRegions () : IList<MapDataRegion>
function set MapDataRegions (value : IList<MapDataRegion>)

Valor da propriedade

Tipo: System.Collections.Generic.IList<MapDataRegion>
An IList<T> object.

Consulte também

Referência

Map Classe

Namespace Microsoft.ReportingServices.RdlObjectModel