Condividi tramite


Proprietà Map.MapDataRegions

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapDataRegions As IList(Of MapDataRegion)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

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

Vedere anche

Riferimento

Map Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel