Partager via


Propriété Map.MapDataRegions

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapDataRegions As IList(Of MapDataRegion)
    Get 
    Set
'Utilisation
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>)

Valeur de propriété

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

Voir aussi

Référence

Map Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel