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 | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
LayerName | Gets the name of the map layer that contains the spatial element that is to be centered in a map viewport. | |
MapBindingFieldPairs | Gets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport. | |
Zoom | Gets the zoom level of a map viewport. (Se hereda de MapView.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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