Propriedade do RDL MapPointLayer.MapPoints
Gets or sets a collection of embedded map points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MapPoints As MapPointCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
A MapPointCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering