ScaleRange 类

定义

表示要对刻度绘制的范围。

public ref class ScaleRange : Microsoft::ReportingServices::RdlObjectModel::ReportObject, Microsoft::ReportingServices::RdlObjectModel::INamedObject
public class ScaleRange : Microsoft.ReportingServices.RdlObjectModel.ReportObject, Microsoft.ReportingServices.RdlObjectModel.INamedObject
type ScaleRange = class
    inherit ReportObject
    interface INamedObject
Public Class ScaleRange
Inherits ReportObject
Implements INamedObject
继承
实现

构造函数

ScaleRange()

创建 ScaleRange 类的新实例。

属性

ActionInfo

针对范围的操作。

BackgroundGradientType

背景渐变的类型。

ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
DistanceFromScale

范围距刻度的距离,以刻度大小的百分比形式表示。

EndValue

范围的结束值。

EndWidth

开始时的范围宽度,以刻度大小的百分比形式表示。

Hidden

指示隐藏范围。

InRangeBarPointerColor

条形指针的颜色(如果条形指针处于此范围内)。

InRangeLabelColor

处于此范围内的刻度标签的颜色。

InRangeTickMarksColor

处于此范围内的刻度线的颜色。

Name

刻度范围的名称。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
Placement

确定应相对于刻度而放置范围的位置。

Site

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

(继承自 ReportObject)
StartValue

范围的起始值。

StartWidth

开始时的范围宽度,以刻度大小的百分比形式表示。

Style

获取此报表定义对象的样式属性。

ToolTip

范围的工具提示文本。

方法

DeepClone()

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

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(继承自 ReportObject)
Initialize()

初始化 ReportObject 的实例。

(继承自 ReportObject)
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)

适用于