MapBucket Class

 

Updated: February 25, 2016

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.

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

System::Object
  Microsoft.ReportingServices.OnDemandReportRendering::MapObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering::MapBucket

public ref class MapBucket sealed : MapObjectCollectionItem

NameDescription
System_CAPS_pubpropertyEndValue

Gets the end value for a map bucket.

System_CAPS_pubpropertyInstance

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

System_CAPS_pubpropertyStartValue

Gets the start value for a map bucket.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIMapObjectCollectionItem::SetNewContext()

This API supports the product infrastructure and is not intended to be used directly from your code. Sets a new context for the collection.(Inherited from MapObjectCollectionItem.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: