Partilhar via


Classe MapViewport

Represents a map viewport.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.MapSubItem
        Microsoft.ReportingServices.RdlObjectModel.MapViewport

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class MapViewport _
    Inherits MapSubItem
'Uso
Dim instance As MapViewport
public class MapViewport : MapSubItem
public ref class MapViewport : public MapSubItem
type MapViewport =  
    class 
        inherit MapSubItem 
    end
public class MapViewport extends MapSubItem

O tipo MapViewport expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MapViewport Initializes a new instance of the MapViewport class.

Início

Propriedades

  Nome Descrição
Propriedade pública BottomMargin Gets or sets the bottom margin for the subitem. (Herdado de MapSubItem.)
Propriedade pública ComponentMetadata Gets or sets the component metadata. (Herdado de ReportObject.)
Propriedade pública ContentMargin Gets or sets the margin between a map viewport and its content.
Propriedade pública GridUnderContent Indicates whether the map meridians and parallels will be drawn under the map content.
Propriedade pública LeftMargin Gets or sets the left margin for the subitem. (Herdado de MapSubItem.)
Propriedade pública MapCoordinateSystem Gets or sets the map coordinate system for a map.
Propriedade pública MapLimits Gets the limits of a map viewport.
Propriedade pública MapLocation Gets or sets the location of the subitem. (Herdado de MapSubItem.)
Propriedade pública MapMeridians Gets or sets the map horizontal grid for a map.
Propriedade pública MapParallels Gets or sets the map vertical grid for a map.
Propriedade pública MapProjection Gets or sets the projection to be used for a map.
Propriedade pública MapSize Gets or sets the size of the subitem. (Herdado de MapSubItem.)
Propriedade pública MapView Gets or sets the center of a map viewport based on an arbitrary point.
Propriedade pública MaximumZoom Gets or sets the maximum zoom level that is allowed in a map.
Propriedade pública MinimumZoom Gets or sets the minimum zoom level that is allowed in a map.
Propriedade pública Parent The parent of this report object. (Herdado de ReportObjectBase.)
Propriedade pública ProjectionCenterX Gets or sets the X projection center of a map viewport in map coordinates.
Propriedade pública ProjectionCenterY Gets or sets the Y projection center of a map viewport in map coordinates.
Propriedade pública RightMargin Gets or sets the right margin for the subitem. (Herdado de MapSubItem.)
Propriedade pública SimplificationResolution Gets or sets the resolution that is used to simplify map polygons and map lines. The resolution is specified in map coordinates.
Propriedade pública Site Infraestrutura. Gets or sets the site associated with the ReportObject object. (Herdado de ReportObject.)
Propriedade pública Style Gets or sets style information for the subitem. (Herdado de MapSubItem.)
Propriedade pública TopMargin Gets or sets the top margin for the subitem. (Herdado de MapSubItem.)
Propriedade pública ZIndex Gets or sets the drawing order of the subitem. (Herdado de MapSubItem.)

Início

Métodos

  Nome Descrição
Método público DeepClone Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetContainingDataScopes Infraestrutura. Returns the list of report object that contains data scopes. (Herdado de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestrutura. Returns the data scopes for default implementation. (Herdado de ReportObject.)
Método protegido GetDependenciesCore Infraestrutura. Returns the dependencies core for the ReportObject object. (Herdado de ReportObject.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Initialize Initializes the current MapViewport instance. (Substitui MapSubItem.Initialize().)
Método protegido InitializeForDesigner Infraestrutura. Initializes the report object for designer. (Herdado de ReportObject.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido OnChildPropertyChanged Infraestrutura. Raises an event when the property of the child was changed. (Herdado de ReportObject.)
Método protegido OnPropertyChanged Infraestrutura. Raises an event when the property was changed. (Herdado de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestrutura. Returns whether the report definition language semantic is the same with the core object. (Herdado de ReportObject.)
Método protegido SavePropertyValue<T> Infraestrutura. Saves the property value of the report object. (Herdado de ReportObject.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IDisposable.Dispose Infraestrutura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de ReportObject.)
Implementações de interfaces explícitasEvento privado IComponent.Disposed Infraestrutura. Occurs when the ReportObject object is disposed. (Herdado de ReportObject.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel