Freigeben über


MapTileLayerInstance-Klasse

Represents an instance type of the MapTileLayer class and contains the calculated values of the properties in MapTileLayer.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayerInstance
      Microsoft.ReportingServices.OnDemandReportRendering.MapTileLayerInstance

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

Syntax

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

Der MapTileLayerInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft MaximumZoom Gets the calculated value of the MaximumZoom property in a MapLayer class. (Geerbt von MapLayerInstance.)
Öffentliche Eigenschaft MinimumZoom Gets the calculated value of the MinimumZoom property in a MapLayer class. (Geerbt von MapLayerInstance.)
Öffentliche Eigenschaft ServiceUrl Gets the calculated value of the ServiceUrl property in a MapTileLayer class.
Öffentliche Eigenschaft TileStyle Gets the calculated value of the TileStyle property in a MapTileLayer class.
Öffentliche Eigenschaft Transparency Gets the calculated value of the Transparency property in a MapLayer class. (Geerbt von MapLayerInstance.)
Öffentliche Eigenschaft UseSecureConnection Gets the calculated value of the UseSecureConnection property in a MapTileLayer class.
Öffentliche Eigenschaft VisibilityMode Gets the calculated value of the VisibilityMode property in a MapLayer class. (Geerbt von MapLayerInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetTileData Gets the tile data.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode SetTileData Sets the tile data.
Öffentliche Methode ToString (Geerbt von Object.)

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