Compartir a través de


GaugeInputValue Miembros

Represents an expression and optional formula used in a gauge.

El tipo GaugeInputValue expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública AddConstant Constant to add to the value (after multiplying).
Propiedad pública CompiledInstance
Propiedad pública DataElementName The name to use for the data element/attribute for this value.
Propiedad pública DataElementOutput Indicates whether the item should appear in a data rendering.
Propiedad pública Formula Type of calculation to perform on the values, if more than one is present.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MaxPercent Maximum percent.
Propiedad pública MinPercent Minimum percent.
Propiedad pública Multiplier Constant by which to multiply the value.
Propiedad pública Value Expression for the value.

Principio