MapPolygonLayer.MapPolygons Propiedad
Gets a collection of embedded map polygons.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MapPolygons As MapPolygonCollection
Get
'Uso
Dim instance As MapPolygonLayer
Dim value As MapPolygonCollection
value = instance.MapPolygons
public MapPolygonCollection MapPolygons { get; }
public:
property MapPolygonCollection^ MapPolygons {
MapPolygonCollection^ get ();
}
member MapPolygons : MapPolygonCollection
function get MapPolygons () : MapPolygonCollection
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
A MapPolygonCollection object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering