Compartir a través de


Clase MapLegend

Represents a legend to be drawn in a map.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
Public NotInheritable Class MapLegend _
    Inherits MapDockableSubItem
'Uso
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

El tipo MapLegend 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 AutoFitTextDisabled Indicates whether text autosizing is disabled.
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 EquallySpacedItems Indicates whether legend items will be equally spaced.
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 InterlacedRows Indicates whether the legend rows will use interlaced colors.
Propiedad pública InterlacedRowsColor Gets the color of the interlaced rows in the map legend.
Propiedad pública Layout Gets the arrangement of labels in the map legend.
Propiedad pública LeftMargin Gets the left margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública MapLegendTitle Gets a title for the map legend.
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 MinFontSize Gets the minimum font size for the auto-sizing algorithm of the legend text.
Propiedad pública Name Gets a name for the map legend.
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 Style Gets the style information for the subitem. (Se hereda de MapSubItem.)
Propiedad pública TextWrapThreshold Gets the number of characters after which to wrap the legend text.
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