Freigeben über


MapLineLayer-Klasse

Represents a line-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 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.)
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.