MapPointRules Class

Represents a set of rules to be applied to map points in the parent layer.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.MapPointRules

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

Syntax

'Declaration
Public NotInheritable Class MapPointRules
'Usage
Dim instance As MapPointRules
public sealed class MapPointRules
public ref class MapPointRules sealed
[<SealedAttribute>]
type MapPointRules =  class end
public final class MapPointRules

The MapPointRules type exposes the following members.

Properties

  Name Description
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property MapColorRule Gets a set of colors for map points in the parent layer.
Public property MapMarkerRule Gets a set of markers to be applied to map points in the parent layer.
Public property MapSizeRule Gets a size range to be used for sizing map points in the parent layer.

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

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.