MapMarker Class
Represents a marker to be applied to the center point of a map point or a map polygon.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.MapMarker
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapMarker _
Inherits MapObjectCollectionItem
'Usage
Dim instance As MapMarker
public sealed class MapMarker : MapObjectCollectionItem
public ref class MapMarker sealed : public MapObjectCollectionItem
[<SealedAttribute>]
type MapMarker =
class
inherit MapObjectCollectionItem
end
public final class MapMarker extends MapObjectCollectionItem
The MapMarker type exposes the following members.
Properties
Name | Description | |
---|---|---|
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MapMarkerImage | Gets an image to be applied to the map marker. | |
MapMarkerStyle | Gets the style for the map marker. |
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
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.