Freigeben über


MapTileLayer-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLayer
      Microsoft.ReportingServices.OnDemandReportRendering..::..MapTileLayer

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

Syntax

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

Der MapTileLayer-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Öffentliche Eigenschaft MapTiles Gets a collection of map tiles to be embedded in the map tile 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 ServiceUrl Gets the URL of the web service that stores the tile data.
Öffentliche Eigenschaft TileStyle Gets the map tile style.
Öffentliche Eigenschaft Transparency Gets the transparency for map lines in the map layer as a percentage. (Geerbt von MapLayer.)
Öffentliche Eigenschaft UseSecureConnection Indicates whether to use secure connection to connect to the web service specified in ServiceUrl.
Ö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.