LinearPointer 类

定义

表示一个线性指针,需在线性刻度上绘制。

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

构造函数

名称 说明
LinearPointer()

创建类的新实例 LinearPointer

属性

名称 说明
ActionInfo

指针的操作

(继承自 GaugePointer)
BarStart

如果指针类型为 Bar,则表示指针的起点。

(继承自 GaugePointer)
ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
DistanceFromScale

指针尖端到刻度的距离,占比例尺尺寸的百分比(径向刻度为半径,线性刻度为长度)。

(继承自 GaugePointer)
GaugeInputValue

获取或设置用于指针的值。

(继承自 GaugePointer)
Hidden

获取或设置指针是否隐藏。

(继承自 GaugePointer)
MarkerLength

获取或设置标记长度,作为父刻度半径的百分比。

(继承自 GaugePointer)
MarkerStyle

获取或设置所用标记器的类型。

(继承自 GaugePointer)
Name

获取或设置规范指针的名称。

(继承自 GaugePointer)
Parent

本报告的上级对象。

(继承自 ReportObjectBase)
Placement

决定指针相对于刻度的位置。

(继承自 GaugePointer)
PointerImage

获取或设置图像作为指针。

(继承自 GaugePointer)
Site

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

(继承自 ReportObject)
SnappingEnabled

表示值是否应四舍五入到吸附区间。

(继承自 GaugePointer)
SnappingInterval

获得或设定值应四舍五入的区间。

(继承自 GaugePointer)
Style

获取该报告定义对象的样式属性。

(继承自 GaugePointer)
Thermometer

温度计式的性质。

ToolTip

获取或设置指针的工具提示文本。

(继承自 GaugePointer)
Type

指针的类型。

Width

获取或设置指针的宽度,作为比例尺尺寸的百分比。

(继承自 GaugePointer)

方法

名称 说明
DeepClone()

回归了这个 ReportObject 实例的深度克隆。

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

返回对象的 ReportObject 依赖核心。

(继承自 ReportObject)
Initialize()

初始化类的 GaugePointer 实例。

(继承自 GaugePointer)
InitializeForDesigner()

为设计器初始化报告对象。

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

在孩子财产发生变更时触发事件。

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

在财产变更时触发事件。

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

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

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

保存报告对象的属性值。

(继承自 ReportObject)

显式接口实现

名称 说明
IComponent.Disposed

当物体被丢弃时 ReportObject 发生。

(继承自 ReportObject)
IDisposable.Dispose()

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

(继承自 ReportObject)

适用于