Freigeben über


MapCustomView-Klasse

Represents the center of a map viewport based on an arbitrary point.

Vererbungshierarchie

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

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

Syntax

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

Der MapCustomView-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CenterX Gets the x-coordinate of the map viewport center as a percentage of the map content.
Öffentliche Eigenschaft CenterY Gets the y-coordinate of the map viewport center as a percentage of the map content.
Öffentliche Eigenschaft Instance Gets the report instance object that contains the calculated values of this report definition object.
Ö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.