GaugeInputValue 类

定义

表示在仪表中使用的表达式和可选公式。

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

构造函数

GaugeInputValue()

创建 GaugeInputValue 类的新实例。

属性

AddConstant

要加到值中的常量(在相乘后)。

ComponentMetadata

获取或设置组件元数据。

(继承自 ReportObject)
DataElementName

要用于该值的数据元素/属性的名称。

DataElementOutput

指示该项是否应出现在数据呈现中。

Formula

要对值执行的计算的类型(如果存在多个值)。

MaxPercent

最大百分比。

MinPercent

最小百分比。

Multiplier

要与该值相乘的常量。

Parent

此报表对象的父对象。

(继承自 ReportObjectBase)
Site

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

(继承自 ReportObject)
Value

针对该值的表达式。

方法

DeepClone()

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

(继承自 ReportObject)
GetContainingDataScopes()

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

(继承自 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(继承自 ReportObject)
Initialize()

初始化 GaugeInputValue 类的实例。

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)

适用于