MapLineLayer Class
Represents a line-based layer to be drawn in a map.
Inheritance Hierarchy
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 (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapLineLayer _
Inherits MapVectorLayer
'Usage
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
The MapLineLayer type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataElementName | Gets or sets the name for the vector layer to use for the data element or attribute. (Inherited from MapVectorLayer.) | |
DataElementOutput | Indicates whether the vector layer will appear in a data rendering. (Inherited from 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. (Inherited from MapVectorLayer.) | |
MapDataRegion | Gets the data region from which to consume data. (Inherited from MapVectorLayer.) | |
MapDataRegionName | Gets the name of the map data region. (Inherited from MapVectorLayer.) | |
MapFieldDefinitions | Gets a collection of A MapFieldDefinition objects in the vector layer. (Inherited from 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. (Inherited from MapVectorLayer.) | |
MaximumZoom | Gets the maximum zoom level at which the map layer is visible. (Inherited from MapLayer.) | |
MinimumZoom | Gets the minimum zoom level at which the map layer is visible. (Inherited from MapLayer.) | |
Name | Gets the name of the map layer. (Inherited from MapLayer.) | |
Transparency | Gets the transparency for map lines in the map layer as a percentage. (Inherited from MapLayer.) | |
VisibilityMode | Gets the visibility mode for the map layer. (Inherited from MapLayer.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_instance | Infrastructure. (Inherited from MapObjectCollectionItem.) | |
m_map | Infrastructure. (Inherited from MapLayer.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IMapObjectCollectionItem.SetNewContext | (Inherited from MapObjectCollectionItem.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.