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

指示在指针类型为条形的情况下指针将从哪个位置开始。

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

适用于