MapLegend-Klasse
Represents a legend to be drawn in a map.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapSubItem
Microsoft.ReportingServices.OnDemandReportRendering.MapDockableSubItem
Microsoft.ReportingServices.OnDemandReportRendering.MapLegend
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapLegend _
Inherits MapDockableSubItem
'Usage
Dim instance As MapLegend
public sealed class MapLegend : MapDockableSubItem
public ref class MapLegend sealed : public MapDockableSubItem
[<SealedAttribute>]
type MapLegend =
class
inherit MapDockableSubItem
end
public final class MapLegend extends MapDockableSubItem
Der MapLegend-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
ActionInfo | Gets a set of actions for the dockable item. (Geerbt von MapDockableSubItem.) | |
AutoFitTextDisabled | Indicates whether text autosizing is disabled. | |
BottomMargin | Gets the bottom margin for the subitem. (Geerbt von MapSubItem.) | |
DockOutsideViewport | Gets a value that indicates whether the dockable item will be docked outside a map viewport. (Geerbt von MapDockableSubItem.) | |
EquallySpacedItems | Indicates whether legend items will be equally spaced. | |
FieldsUsedInValueExpression | Gets the fields that are used in a value expression. (Geerbt von MapDockableSubItem.) | |
Hidden | Gets a value that indicates whether the dockable item will be hidden. (Geerbt von MapDockableSubItem.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
InterlacedRows | Indicates whether the legend rows will use interlaced colors. | |
InterlacedRowsColor | Gets the color of the interlaced rows in the map legend. | |
Layout | Gets the arrangement of labels in the map legend. | |
LeftMargin | Gets the left margin for the subitem. (Geerbt von MapSubItem.) | |
MapLegendTitle | Gets a title for the map legend. | |
MapLocation | Gets the location of the subitem. (Geerbt von MapSubItem.) | |
MapSize | Gets the size of the subitem. (Geerbt von MapSubItem.) | |
MinFontSize | Gets the minimum font size for the auto-sizing algorithm of the legend text. | |
Name | Gets a name for the map legend. | |
Position | Gets the position of the dockable item in the map. (Geerbt von MapDockableSubItem.) | |
RightMargin | Gets the right margin for the subitem. (Geerbt von MapSubItem.) | |
Style | Gets the style information for the subitem. (Geerbt von MapSubItem.) | |
TextWrapThreshold | Gets the number of characters after which to wrap the legend text. | |
ToolTip | Gets the tooltip text for the dockable item. (Geerbt von MapDockableSubItem.) | |
TopMargin | Gets the top margin for the subitem. (Geerbt von MapSubItem.) | |
UniqueName | Gets the unique identifier for this report definition object. (Geerbt von MapDockableSubItem.) | |
ZIndex | Gets the drawing order of the subitem. (Geerbt von MapSubItem.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
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