MapSizeRule 类

定义

表示用于在地图点层或地图线条层中调整地图项的大小的大小范围。

public ref class MapSizeRule : Microsoft::ReportingServices::RdlObjectModel::MapAppearanceRule
public class MapSizeRule : Microsoft.ReportingServices.RdlObjectModel.MapAppearanceRule
type MapSizeRule = class
    inherit MapAppearanceRule
Public Class MapSizeRule
Inherits MapAppearanceRule
继承

构造函数

MapSizeRule()

初始化 MapSizeRule 类的新实例。

属性

BucketCount

获取或设置 MapAppearanceRule 中的存储桶数。

(继承自 MapAppearanceRule)
ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
DataElementName

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

(继承自 MapAppearanceRule)
DataElementOutput

指示外观规则元素是否将出现在数据呈现中。

(继承自 MapAppearanceRule)
DataValue

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

(继承自 MapAppearanceRule)
DistributionType

获取或设置规则分布类型。

(继承自 MapAppearanceRule)
EndSize

获取或设置要应用于地图点或地图线条的大小范围的结束大小。

EndValue

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

(继承自 MapAppearanceRule)
LegendName

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

(继承自 MapAppearanceRule)
LegendText

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

(继承自 MapAppearanceRule)
MapBuckets

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

(继承自 MapAppearanceRule)
Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
Site

获取或设置与 ReportObject 对象关联的站点。

(继承自 ReportObject)
StartSize

获取或设置要应用于地图点或地图线条的大小范围的开始大小。

StartValue

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

(继承自 MapAppearanceRule)

方法

DeepClone()

返回此 ReportObject 实例的深层副本。

(继承自 ReportObject)
GetContainingDataScopes()

返回包含数据作用域的报表对象的列表。

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

返回默认实现的数据作用域。

(继承自 ReportObject)
GetDependenciesCore(IList<ReportObject>)

返回 ReportObject 对象的依赖项核心。

(继承自 ReportObject)
Initialize()

初始化当前 MapSizeRule 实例。

InitializeForDesigner()

初始化设计器的报表对象。

(继承自 ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

在更改子级的属性时引发事件。

(继承自 ReportObject)
OnPropertyChanged(Int32, Object, Object)

在更改属性时引发事件。

(继承自 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

返回报表定义语言语义是否与核心对象相同。

(继承自 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue)

保存报表对象的属性值。

(继承自 ReportObject)

显式接口实现

IComponent.Disposed

在释放 ReportObject 对象时发生。

(继承自 ReportObject)
IDisposable.Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 ReportObject)

适用于