Właściwość MapPointLayer.MapPoints
Pobiera lub ustawia kolekcja osadzone mapy punktów.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MapPoints As MapPointCollection
Get
'Użycie
Dim instance As MapPointLayer
Dim value As MapPointCollection
value = instance.MapPoints
public MapPointCollection MapPoints { get; }
public:
property MapPointCollection^ MapPoints {
MapPointCollection^ get ();
}
member MapPoints : MapPointCollection
function get MapPoints () : MapPointCollection
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
A MapPointCollection obiektu.
Zobacz także