MapColorRangeRule 类

定义

表示用于在地图多边形层、地图点层或地图线条层中为地图项着色的颜色范围。

public ref class MapColorRangeRule sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapColorRule
public sealed class MapColorRangeRule : Microsoft.ReportingServices.OnDemandReportRendering.MapColorRule
type MapColorRangeRule = class
    inherit MapColorRule
Public NotInheritable Class MapColorRangeRule
Inherits MapColorRule
继承

字段

m_instance

指定包含此报表定义对象的计算值的报表实例对象。

(继承自 MapAppearanceRule)
m_map

指定此外观规则应用于的地图。

(继承自 MapAppearanceRule)
m_mapVectorLayer

指定此外观规则应用于的基于矢量的地图层。

(继承自 MapAppearanceRule)

属性

BucketCount

获取 MapAppearanceRule 中的存储桶数。

(继承自 MapAppearanceRule)
DataElementName

获取要用于 DataValue 的数据元素或属性的名称。

(继承自 MapAppearanceRule)
DataElementOutput

获取一个值,该值指示外观规则元素是否将出现在数据呈现中。

(继承自 MapAppearanceRule)
DataValue

获取用于对地图多边形层、地图点层或地图线条层中地图项的范围进行计算的表达式。

(继承自 MapAppearanceRule)
DistributionType

获取规则分布类型。

(继承自 MapAppearanceRule)
EndColor

获取 MapColorRangeRule 分布的结束颜色。

EndValue

获取数据分布中的结束值。

(继承自 MapAppearanceRule)
Instance

获取包含此报表定义对象的计算值的报表实例对象。

LegendName

获取显示数据分布的图例的名称。

(继承自 MapAppearanceRule)
LegendText

获取要为图例中的地图分布显示的标签。

(继承自 MapAppearanceRule)
MapBuckets

获取要用于数据分布的地图存储桶的自定义集合。

(继承自 MapAppearanceRule)
MiddleColor

获取 MapColorRangeRule 分布的中间颜色。

ShowInColorScale

指示分配给地图项的颜色是否将显示在地图色阶中。

(继承自 MapColorRule)
StartColor

获取 MapColorRangeRule 分布的开始颜色。

StartValue

获取数据分布中的开始值。

(继承自 MapAppearanceRule)

适用于