Compartilhar via


Classe MapLegend

Represents a legend to be drawn in a map.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.MapSubItem
        Microsoft.ReportingServices.RdlObjectModel.MapDockableSubItem
          Microsoft.ReportingServices.RdlObjectModel.MapLegend

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

Sintaxe

'Declaração
Public Class MapLegend _
    Inherits MapDockableSubItem _
    Implements INamedObject
'Uso
Dim instance As MapLegend
public class MapLegend : MapDockableSubItem, INamedObject
public ref class MapLegend : public MapDockableSubItem, 
    INamedObject
type MapLegend =  
    class 
        inherit MapDockableSubItem 
        interface INamedObject 
    end
public class MapLegend extends MapDockableSubItem implements INamedObject

O tipo MapLegend expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública ActionInfo Gets or sets a set of actions for the dockable item. (Herdado de MapDockableSubItem.)
Propriedade pública AutoFitTextDisabled Indicates whether text autosizing is disabled.
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 DockOutsideViewport Indicates whether the dockable item will be docked outside a map viewport. (Herdado de MapDockableSubItem.)
Propriedade pública EquallySpacedItems Indicates whether legend items will be equally spaced.
Propriedade pública Hidden Indicates whether the dockable item will be hidden. (Herdado de MapDockableSubItem.)
Propriedade pública InterlacedRows Indicates whether the legend rows will use interlaced colors.
Propriedade pública InterlacedRowsColor Gets or sets the color of the interlaced rows in the map legend.
Propriedade pública Layout Gets or sets the arrangement of labels in the map legend.
Propriedade pública LeftMargin Gets or sets the left margin for the subitem. (Herdado de MapSubItem.)
Propriedade pública MapLegendTitle Gets or sets a title for the map legend.
Propriedade pública MapLocation Gets or sets the location of the subitem. (Herdado de MapSubItem.)
Propriedade pública MapSize Gets or sets the size of the subitem. (Herdado de MapSubItem.)
Propriedade pública MinFontSize Gets or sets the minimum font size for the auto-sizing algorithm of the legend text.
Propriedade pública Name Gets or sets a name for the map legend.
Propriedade pública Parent The parent of this report object. (Herdado de ReportObjectBase.)
Propriedade pública Position Gets or sets the position of the dockable item in the map. (Herdado de MapDockableSubItem.)
Propriedade pública RightMargin Gets or sets the right margin for the subitem. (Herdado de MapSubItem.)
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 TextWrapThreshold Gets or sets the number of characters after which to wrap the legend text.
Propriedade pública ToolTip Gest or sets the tooltip text for the dockable item. (Herdado de MapDockableSubItem.)
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 MapLegend instance. (Substitui MapDockableSubItem.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