Compartir a través de


Clase MapElementView

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class MapElementView _
    Inherits MapView
'Uso
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

El tipo MapElementView expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública LayerName Gets the name of the map layer that contains the spatial element that is to be centered in a map viewport.
Propiedad pública MapBindingFieldPairs Gets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport.
Propiedad pública Zoom Gets the zoom level of a map viewport. (Se hereda de MapView.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering