Compartir a través de


Clase MapDistanceScale

Represents the map distance scale.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapSubItem
      Microsoft.ReportingServices.OnDemandReportRendering.MapDockableSubItem
        Microsoft.ReportingServices.OnDemandReportRendering.MapDistanceScale

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

Sintaxis

'Declaración
Public NotInheritable Class MapDistanceScale _
    Inherits MapDockableSubItem
'Uso
Dim instance As MapDistanceScale
public sealed class MapDistanceScale : MapDockableSubItem
public ref class MapDistanceScale sealed : public MapDockableSubItem
[<SealedAttribute>]
type MapDistanceScale =  
    class 
        inherit MapDockableSubItem 
    end
public final class MapDistanceScale extends MapDockableSubItem

El tipo MapDistanceScale expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets a set of actions for the dockable item. (Se hereda de MapDockableSubItem.)
Propiedad pública BottomMargin Gets the bottom margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública DockOutsideViewport Gets a value that indicates whether the dockable item will be docked outside a map viewport. (Se hereda de MapDockableSubItem.)
Propiedad pública FieldsUsedInValueExpression Gets the fields that are used in a value expression. (Se hereda de MapDockableSubItem.)
Propiedad pública Hidden Gets a value that indicates whether the dockable item will be hidden. (Se hereda de MapDockableSubItem.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública LeftMargin Gets the left margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública MapLocation Gets the location of the subitem. (Se hereda de MapSubItem.)
Propiedad pública MapSize Gets the size of the subitem. (Se hereda de MapSubItem.)
Propiedad pública Position Gets the position of the dockable item in the map. (Se hereda de MapDockableSubItem.)
Propiedad pública RightMargin Gets the right margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública ScaleBorderColor Gets the scale border color.
Propiedad pública ScaleColor Gets the scale color.
Propiedad pública Style Gets the style information for the subitem. (Se hereda de MapSubItem.)
Propiedad pública ToolTip Gets the tooltip text for the dockable item. (Se hereda de MapDockableSubItem.)
Propiedad pública TopMargin Gets the top margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública UniqueName Gets the unique identifier for this report definition object. (Se hereda de MapDockableSubItem.)
Propiedad pública ZIndex Gets the drawing order of the subitem. (Se hereda de MapSubItem.)

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

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IMapObjectCollectionItem.SetNewContext Infraestructura. Sets a new context for the collection. (Se hereda de MapObjectCollectionItem.)

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