Właściwość Map.MapDataRegions
Pobiera lub ustawia kolekcja danych regionów mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property MapDataRegions As IList(Of MapDataRegion)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.Generic.IList<MapDataRegion>
IList<T> Obiektu.