Freigeben über


MapTile-Klasse

Represents a map tile image to be embedded in a map tile layer.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapTile

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

Syntax

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

Der MapTile-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 MIMEType Gets the MIME type of the map tile.
Öffentliche Eigenschaft Name Gets the name for the tile.
Öffentliche Eigenschaft TileData Gets the image data for the tile.

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.)

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.