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 | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MapTiles | Gets a collection of map tiles to be embedded in the map tile layer. | |
MaximumZoom | Gets the maximum zoom level at which the map layer is visible. (Geerbt von MapLayer.) | |
MinimumZoom | Gets the minimum zoom level at which the map layer is visible. (Geerbt von MapLayer.) | |
Name | Gets the name of the map layer. (Geerbt von MapLayer.) | |
ServiceUrl | Gets the URL of the web service that stores the tile data. | |
TileStyle | Gets the map tile style. | |
Transparency | Gets the transparency for map lines in the map layer as a percentage. (Geerbt von MapLayer.) | |
UseSecureConnection | Indicates whether to use secure connection to connect to the web service specified in ServiceUrl. | |
VisibilityMode | Gets the visibility mode for the map layer. (Geerbt von MapLayer.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
m_instance | Infrastruktur (Geerbt von MapObjectCollectionItem.) | |
m_map | Infrastruktur (Geerbt von MapLayer.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
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.