Proprietà MapPointLayer.MapPoints
Gets or sets a collection of embedded map points.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property MapPoints As IList(Of MapPoint)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<MapPoint>
A IList<T> object.