Freigeben über


MapElementView-Klasse

Represents the center of a map viewport based on a map spatial element.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapView
    Microsoft.ReportingServices.OnDemandReportRendering..::..MapElementView

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

Syntax

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

Der MapElementView-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 LayerName Gets the name of the map layer that contains the spatial element that is to be centered in a map viewport.
Öffentliche Eigenschaft MapBindingFieldPairs Gets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport.
Öffentliche Eigenschaft Zoom Gets the zoom level of a map viewport. (Geerbt von MapView.)

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 MapView.)
Geschütztes Feld m_map Infrastruktur (Geerbt von MapView.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.