Compartir a través de


Clase MapTitle

Represents a title 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.MapTitle

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

Sintaxis

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

El tipo MapTitle 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 Angle Gets the rotation angle of the title.
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 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 LeftMargin Gets the left margin for the subitem. (Se hereda de MapSubItem.)
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 Name Gets the name of the title.
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 Text Gets the text of the title.
Propiedad pública TextShadowOffset Gets the size of the text shadow of the map title.
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