Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a collection of embedded map points.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
A MapPointCollection object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering