Compartilhar via


Classe MapLineLayer

Represents a line-based layer to be drawn in a map.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
      Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
        Microsoft.ReportingServices.OnDemandReportRendering.MapLineLayer

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class MapLineLayer _
    Inherits MapVectorLayer
'Uso
Dim instance As MapLineLayer
public sealed class MapLineLayer : MapVectorLayer
public ref class MapLineLayer sealed : public MapVectorLayer
[<SealedAttribute>]
type MapLineLayer =  
    class 
        inherit MapVectorLayer 
    end
public final class MapLineLayer extends MapVectorLayer

O tipo MapLineLayer expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataElementName Gets or sets the name for the vector layer to use for the data element or attribute. (Herdado de MapVectorLayer.)
Propriedade pública DataElementOutput Indicates whether the vector layer will appear in a data rendering. (Herdado de MapVectorLayer.)
Propriedade pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriedade pública MapBindingFieldPairs Gets or sets a collection of MapBindingFieldPair elements to be used to bind the map items in the vector layer to the data region that is associated with the layer. (Herdado de MapVectorLayer.)
Propriedade pública MapDataRegion Gets the data region from which to consume data. (Herdado de MapVectorLayer.)
Propriedade pública MapDataRegionName Gets the name of the map data region. (Herdado de MapVectorLayer.)
Propriedade pública MapFieldDefinitions Gets a collection of A MapFieldDefinition objects in the vector layer. (Herdado de MapVectorLayer.)
Propriedade pública MapLineRules Gets a set of rules to be applied to map lines in the parent layer.
Propriedade pública MapLines Gets a collection of embedded map lines.
Propriedade pública MapLineTemplate Gets a line template to be applied for lines in the parent map layer.
Propriedade pública MapSpatialData Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. (Herdado de MapVectorLayer.)
Propriedade pública MaximumZoom Gets the maximum zoom level at which the map layer is visible. (Herdado de MapLayer.)
Propriedade pública MinimumZoom Gets the minimum zoom level at which the map layer is visible. (Herdado de MapLayer.)
Propriedade pública Name Gets the name of the map layer. (Herdado de MapLayer.)
Propriedade pública Transparency Gets the transparency for map lines in the map layer as a percentage. (Herdado de MapLayer.)
Propriedade pública VisibilityMode Gets the visibility mode for the map layer. (Herdado de MapLayer.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
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 IMapObjectCollectionItem.SetNewContext Infraestrutura. Sets a new context for the collection. (Herdado de MapObjectCollectionItem.)

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.OnDemandReportRendering