Compartir a través de


Clase MapLine

Represents a line-based spatial element to be embedded in a map line layer.

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

Sintaxis

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

El tipo MapLine expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MapFields Gets a collection of MapField objects to be associated with the spatial element. (Se hereda de MapSpatialElement.)
Propiedad pública MapLineTemplate Gets a custom template to be applied to the map line.
Propiedad pública UseCustomLineTemplate Indicates whether the MapLineTemplate element will be applied to the parent map line.
Propiedad pública VectorData Gets the vector data for the spatial element. (Se hereda de MapSpatialElement.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_instance Infraestructura. (Se hereda de MapObjectCollectionItem.)
Campo protegido m_map Infraestructura. (Se hereda de MapSpatialElement.)
Campo protegido m_mapVectorLayer Infraestructura. (Se hereda de MapSpatialElement.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IMapObjectCollectionItem. . :: . .SetNewContext (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.