Partager via


Propriété MapPointLayer.MapPoints

Gets or sets a collection of embedded map points.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MapPoints As MapPointCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MapPointLayer Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering