MapPointLayer Class

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

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

Syntax

'Declaration
Public NotInheritable Class MapPointLayer _
    Inherits MapVectorLayer
'Usage
Dim instance As MapPointLayer
public sealed class MapPointLayer : MapVectorLayer
public ref class MapPointLayer sealed : public MapVectorLayer
[<SealedAttribute>]
type MapPointLayer =  
    class
        inherit MapVectorLayer
    end
public final class MapPointLayer extends MapVectorLayer

The MapPointLayer type exposes the following members.

Properties

  Name Description
Public property DataElementName Gets or sets the name for the vector layer to use for the data element or attribute. (Inherited from MapVectorLayer.)
Public property DataElementOutput Indicates whether the vector layer will appear in a data rendering. (Inherited from MapVectorLayer.)
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property 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.)
Public property MapDataRegion Gets the data region from which to consume data. (Inherited from MapVectorLayer.)
Public property MapDataRegionName Gets the name of the map data region. (Inherited from MapVectorLayer.)
Public property MapFieldDefinitions Gets a collection of A MapFieldDefinition objects in the vector layer. (Inherited from MapVectorLayer.)
Public property MapPointRules Gets a set of rules to be applied to the map points in the map point layer.
Public property MapPoints Gets or sets a collection of embedded map points.
Public property MapPointTemplate Gets a template to be applied for points in the map point layer.
Public property 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.)
Public property MaximumZoom Gets the maximum zoom level at which the map layer is visible. (Inherited from MapLayer.)
Public property MinimumZoom Gets the minimum zoom level at which the map layer is visible. (Inherited from MapLayer.)
Public property Name Gets the name of the map layer. (Inherited from MapLayer.)
Public property Transparency Gets the transparency for map lines in the map layer as a percentage. (Inherited from MapLayer.)
Public property VisibilityMode Gets the visibility mode for the map layer. (Inherited from MapLayer.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from MapObjectCollectionItem.)
Protected field m_map Infrastructure. (Inherited from MapLayer.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method 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.