Udostępnij za pośrednictwem


Właściwość MapPointLayer.MapPoints

Pobiera lub ustawia kolekcja osadzone mapy punktów.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapPoints As IList(Of MapPoint)
    Get
    Set
'Użycie
Dim instance As MapPointLayer
Dim value As IList(Of MapPoint)

value = instance.MapPoints

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

Wartość właściwości

Typ: System.Collections.Generic.IList<MapPoint>
A IList<T> obiektu.