Freigeben über


MapVectorLayer-Klasse

Represents a vector-based map layer.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
      Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
        Microsoft.ReportingServices.OnDemandReportRendering.MapLineLayer
        Microsoft.ReportingServices.OnDemandReportRendering.MapPointLayer
        Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonLayer

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

Syntax

'Declaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class MapVectorLayer _
    Inherits MapLayer
'Usage
Dim instance As MapVectorLayer
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class MapVectorLayer : MapLayer
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class MapVectorLayer abstract : public MapLayer
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type MapVectorLayer =  
    class 
        inherit MapLayer 
    end
public abstract class MapVectorLayer extends MapLayer

Der MapVectorLayer-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.
Öffentliche Eigenschaft DataElementOutput Indicates whether the vector layer will appear in a data rendering.
Ö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.
Öffentliche Eigenschaft MapDataRegion Gets the data region from which to consume data.
Öffentliche Eigenschaft MapDataRegionName Gets the name of the map data region.
Öffentliche Eigenschaft MapFieldDefinitions Gets a collection of A MapFieldDefinition objects in the vector 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.
Ö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 The report instance object. (Geerbt von MapObjectCollectionItem.)
Geschütztes Feld m_map Infrastruktur Specifies the map in which the layer is drawn. (Geerbt von MapLayer.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IMapObjectCollectionItem.SetNewContext Infrastruktur Sets a new context for the collection. (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.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace