MapColorPaletteRule 类

定义

表示用于地图多边形层、地图点层或地图线条层中地图项的颜色调色板。

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

字段

m_instance

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

(继承自 MapAppearanceRule)
m_map

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

(继承自 MapAppearanceRule)
m_mapVectorLayer

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

(继承自 MapAppearanceRule)

属性

BucketCount

获取 MapAppearanceRule 中的存储桶数。

(继承自 MapAppearanceRule)
DataElementName

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

(继承自 MapAppearanceRule)
DataElementOutput

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

(继承自 MapAppearanceRule)
DataValue

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

(继承自 MapAppearanceRule)
DistributionType

获取规则分布类型。

(继承自 MapAppearanceRule)
EndValue

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

(继承自 MapAppearanceRule)
Instance

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

LegendName

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

(继承自 MapAppearanceRule)
LegendText

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

(继承自 MapAppearanceRule)
MapBuckets

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

(继承自 MapAppearanceRule)
Palette

获取要用于给地图项着色的调色板。

ShowInColorScale

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

(继承自 MapColorRule)
StartValue

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

(继承自 MapAppearanceRule)

适用于