MapPointLayer.MapPoints Property
Gets or sets a collection of embedded map points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapPoints As MapPointCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
A MapPointCollection object.
See Also