MapBucket Class

Definition

Represents the range of custom start and end values to be used for analytical data distribution in a MapColorRangeRule, a MapColorPaletteRule, a MapCustomColorRule, a MapSizeRule, or a MapMarkerRule.

public ref class MapBucket sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionItem
public sealed class MapBucket : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionItem
type MapBucket = class
    inherit MapObjectCollectionItem
Public NotInheritable Class MapBucket
Inherits MapObjectCollectionItem
Inheritance

Fields

m_instance

The report instance object.

(Inherited from MapObjectCollectionItem)

Properties

EndValue

Gets the end value for a map bucket.

Instance

Gets the report instance object that contains the calculated values of this report definition object.

StartValue

Gets the start value for a map bucket.

Explicit Interface Implementations

IMapObjectCollectionItem.SetNewContext()

Sets a new context for the collection.

(Inherited from MapObjectCollectionItem)

Applies to