Partager via


Propriété MapPointLayer.MapPoints

Gets or sets a collection of embedded map points.

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

Syntaxe

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

Valeur de propriété

Type : System.Collections.Generic.IList<MapPoint>
A IList<T> object.

Voir aussi

Référence

MapPointLayer Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel