Compartir a través de


Clase MapColorScale

Represents a color scale for a map.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
Public NotInheritable Class MapColorScale _
    Inherits MapDockableSubItem
'Uso
Dim instance As MapColorScale
public sealed class MapColorScale : MapDockableSubItem
public ref class MapColorScale sealed : public MapDockableSubItem
[<SealedAttribute>]
type MapColorScale =  
    class 
        inherit MapDockableSubItem 
    end
public final class MapColorScale extends MapDockableSubItem

El tipo MapColorScale 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 BottomMargin Gets the bottom margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública ColorBarBorderColor Gets the border color of the color bar.
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 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 HideEndLabels Indicates whether the end labels for a map color scale will be hidden.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública LabelBehavior Gets how the labels display the values in a map color scale.
Propiedad pública LabelFormat Gets the label format for a map color scale.
Propiedad pública LabelInterval Gets the interval between labels in a map color scale.
Propiedad pública LabelPlacement Gets the placement of labels in a map color scale.
Propiedad pública LeftMargin Gets the left margin for the subitem. (Se hereda de MapSubItem.)
Propiedad pública MapColorScaleTitle Gets a title for a map color scale.
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 NoDataText Gets the label for the map color scale that is to be used with colors that have no data associated with them.
Propiedad pública Position Gets the position of the dockable item in the map. (Se hereda de MapDockableSubItem.)
Propiedad pública RangeGapColor Gets the color to be used in a map color scale to fill the undefined color divisions.
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 TickMarkLength Gets the length of the tick mark in a map color scale.
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