Freigeben über


MapDistanceScale-Klasse

Represents the map distance scale.

Vererbungshierarchie

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class MapDistanceScale _
    Inherits MapDockableSubItem
'Usage
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

Der MapDistanceScale-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IMapObjectCollectionItem.SetNewContext Infrastruktur Sets a new context for the collection. (Geerbt von MapObjectCollectionItem.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace