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.
Constructors
Name | Description | |
---|---|---|
GaugeInputValue() | Creates a new instance of the GaugeInputValue class. | |
GaugeInputValue(IPropertyStore) | Creates a new instance of the GaugeInputValue class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
AddConstant | Constant to add to the value (after multiplying). | |
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. | |
MaxPercent | Maximum percent. | |
MinPercent | Minimum percent. | |
Multiplier | Constant by which to multiply the value. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
Site | Infrastructure. (Inherited from ReportObject.) | |
Value | Expression for the value. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top