Clase MapLineLayer
Represents a line-based layer to be drawn in a map.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapVectorLayer
Microsoft.ReportingServices.OnDemandReportRendering.MapLineLayer
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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
El tipo MapLineLayer expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
DataElementName | Gets or sets the name for the vector layer to use for the data element or attribute. (Se hereda de MapVectorLayer.) | |
DataElementOutput | Indicates whether the vector layer will appear in a data rendering. (Se hereda de MapVectorLayer.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
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. (Se hereda de MapVectorLayer.) | |
MapDataRegion | Gets the data region from which to consume data. (Se hereda de MapVectorLayer.) | |
MapDataRegionName | Gets the name of the map data region. (Se hereda de MapVectorLayer.) | |
MapFieldDefinitions | Gets a collection of A MapFieldDefinition objects in the vector layer. (Se hereda de MapVectorLayer.) | |
MapLineRules | Gets a set of rules to be applied to map lines in the parent layer. | |
MapLines | Gets a collection of embedded map lines. | |
MapLineTemplate | Gets a line template to be applied for lines in the parent map layer. | |
MapSpatialData | Gets a map data region, map data set, or map shapefile as the source for the map points in the vector layer. (Se hereda de MapVectorLayer.) | |
MaximumZoom | Gets the maximum zoom level at which the map layer is visible. (Se hereda de MapLayer.) | |
MinimumZoom | Gets the minimum zoom level at which the map layer is visible. (Se hereda de MapLayer.) | |
Name | Gets the name of the map layer. (Se hereda de MapLayer.) | |
Transparency | Gets the transparency for map lines in the map layer as a percentage. (Se hereda de MapLayer.) | |
VisibilityMode | Gets the visibility mode for the map layer. (Se hereda de MapLayer.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
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