Freigeben über


MapPolygonLayer-Klasse

Represents a polygon-based layer to be drawn in a map.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class MapPolygonLayer _
    Inherits MapVectorLayer
'Usage
Dim instance As MapPolygonLayer
public sealed class MapPolygonLayer : MapVectorLayer
public ref class MapPolygonLayer sealed : public MapVectorLayer
[<SealedAttribute>]
type MapPolygonLayer =  
    class
        inherit MapVectorLayer
    end
public final class MapPolygonLayer extends MapVectorLayer

Der MapPolygonLayer-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataElementName Gets or sets the name for the vector layer to use for the data element or attribute. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft DataElementOutput Indicates whether the vector layer will appear in a data rendering. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MapBindingFieldPairs Gets or sets a collection of MapBindingFieldPair elements to be used to bind the map items in the vector layer to the data region that is associated with the layer. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft MapCenterPointRules Gets a set of rules to be applied to the map polygon center point in the parent layer.
Öffentliche Eigenschaft MapCenterPointTemplate Gets a template for the polygon center point to be applied to points in the parent map layer.
Öffentliche Eigenschaft MapDataRegion Gets the data region from which to consume data. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft MapDataRegionName Gets the name of the map data region. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft MapFieldDefinitions Gets a collection of A MapFieldDefinition objects in the vector layer. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft MapPolygonRules Gets a set of rules to be applied to the map polygons in the parent layer.
Öffentliche Eigenschaft MapPolygons Gets a collection of embedded map polygons.
Öffentliche Eigenschaft MapPolygonTemplate Gets a polygon template to be applied for polygons in the parent map layer.
Öffentliche Eigenschaft MapSpatialData Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. (Geerbt von MapVectorLayer.)
Öffentliche Eigenschaft MaximumZoom Gets the maximum zoom level at which the map layer is visible. (Geerbt von MapLayer.)
Öffentliche Eigenschaft MinimumZoom Gets the minimum zoom level at which the map layer is visible. (Geerbt von MapLayer.)
Öffentliche Eigenschaft Name Gets the name of the map layer. (Geerbt von MapLayer.)
Öffentliche Eigenschaft Transparency Gets the transparency for map lines in the map layer as a percentage. (Geerbt von MapLayer.)
Öffentliche Eigenschaft VisibilityMode Gets the visibility mode for the map layer. (Geerbt von MapLayer.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Geschütztes Feld m_instance Infrastruktur (Geerbt von MapObjectCollectionItem.)
Geschütztes Feld m_map Infrastruktur (Geerbt von MapLayer.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IMapObjectCollectionItem. . :: . .SetNewContext (Geerbt von MapObjectCollectionItem.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.