Condividi tramite


Proprietà MapPointLayer.MapPoints

Gets or sets a collection of embedded map points.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapPoints As MapPointCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
A MapPointCollection object.

Vedere anche

Riferimento

MapPointLayer Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering