Элементы GaugeInputValue

Represents an expression and optional formula used in a gauge.

Тип GaugeInputValue предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство AddConstant Constant to add to the value (after multiplying).
Открытое свойство CompiledInstance
Открытое свойство DataElementName The name to use for the data element/attribute for this value.
Открытое свойство DataElementOutput Indicates whether the item should appear in a data rendering.
Открытое свойство Formula Type of calculation to perform on the values, if more than one is present.
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство MaxPercent Maximum percent.
Открытое свойство MinPercent Minimum percent.
Открытое свойство Multiplier Constant by which to multiply the value.
Открытое свойство Value Expression for the value.

В начало