Compartir a través de


Clase MapCustomView

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class MapCustomView _
    Inherits MapView
'Uso
Dim instance As MapCustomView
public class MapCustomView : MapView
public ref class MapCustomView : public MapView
type MapCustomView =  
    class
        inherit MapView
    end
public class MapCustomView extends MapView

El tipo MapCustomView expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MapCustomView Initializes a new instance of the MapCustomView class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CenterX Gets or sets the x-coordinate of the map viewport center as a percentage of the map content.
Propiedad pública CenterY Gets or sets the y-coordinate of the map viewport center as a percentage of the map content.
Propiedad pública ComponentMetadata The component metadata. (Se hereda de ReportObject.)
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública Site Infraestructura. (Se hereda de ReportObject.)
Propiedad pública Zoom Gets or sets the zoom level of a map viewport. (Se hereda de MapView.)

Arriba

Métodos

  Nombre Descripción
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. (Se hereda de ReportObject.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes the current MapCustomView instance. (Invalida MapView. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestructura. (Se hereda de ReportObject.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. (Se hereda de ReportObject.)
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestructura. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Se hereda de ReportObject.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.