Class IdenVariable
Identifier with the functionality of a variable
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class IdenVariable : EvalIdentifier
Constructors
IdenVariable(Evaluator)
Constructor for the variable
Declaration
public IdenVariable(Evaluator eval)
Parameters
| Type | Name | Description |
|---|---|---|
| Evaluator | eval |
Fields
FValue
Internal value
Declaration
protected Variant FValue
Field Value
| Type | Description |
|---|---|
| Variant |
Methods
GetValue()
Gets the internal value
Declaration
protected override Variant GetValue()
Returns
| Type | Description |
|---|---|
| Variant |
Overrides
SetValue(Variant)
The value is assigned to the internal value
Declaration
protected override void SetValue(Variant avalue)
Parameters
| Type | Name | Description |
|---|---|---|
| Variant | avalue |