Freigeben über


MapLineLayer-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der MapLineLayer-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 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 MapLineRules Gets a set of rules to be applied to map lines in the parent layer.
Öffentliche Eigenschaft MapLines Gets a collection of embedded map lines.
Öffentliche Eigenschaft MapLineTemplate Gets a line template to be applied for lines 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.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

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