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