LinearGauge 类

定义

表示要在仪表面板内绘制的线性仪表。

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

构造函数

LinearGauge()

创建 LinearGauge 类的新实例。

属性

ActionInfo

针对该项的操作。

(继承自 GaugePanelItem)
AspectRatio

指示要用于绘制仪表的宽高比(宽度/高度)。

(继承自 Gauge)
BackFrame

仪表的背景/框架。

(继承自 Gauge)
ClipContent

指示应按仪表边界/框架裁剪仪表内容。

(继承自 Gauge)
ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
GaugeScales

要在仪表上显示的刻度。

(继承自 Gauge)
Height

以父元素的百分比形式表示的项的高度。

(继承自 GaugePanelItem)
Hidden

指示应隐藏此项。

(继承自 GaugePanelItem)
Left

以父元素的百分比形式表示的距左侧的距离。

(继承自 GaugePanelItem)
Name

GaugePanelItem 的名称。

(继承自 GaugePanelItem)
Orientation

仪表的方向。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
ParentItem

父 GaugePanelItem 的名称。

(继承自 GaugePanelItem)
Site

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

(继承自 ReportObject)
Style

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

(继承自 GaugePanelItem)
ToolTip

该项的工具提示文本。

(继承自 GaugePanelItem)
Top

以父元素的百分比形式表示的距顶部的距离。

(继承自 GaugePanelItem)
TopImage

要在仪表顶部之上显示的图像。

(继承自 Gauge)
Width

以父元素的百分比形式表示的项的宽度。

(继承自 GaugePanelItem)
ZIndex

该项在面板内的绘制顺序。

(继承自 GaugePanelItem)

方法

DeepClone()

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

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(继承自 ReportObject)
Initialize()

初始化 Gauge 类的实例。

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

适用于