GaugeInputValue Members
Include Protected Members
Include Inherited Members
Represents an expression and optional formula used in a gauge.
The GaugeInputValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top