Class IdenConstant
Class avaible to define constants in expression evaluator
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class IdenConstant : EvalIdentifier
Constructors
IdenConstant(Evaluator)
Constructor
Declaration
public IdenConstant(Evaluator eval)
Parameters
| Type | Name | Description |
|---|---|---|
| Evaluator | eval |
Fields
FValue
Declaration
protected Variant FValue
Field Value
| Type | Description |
|---|---|
| Variant |
Methods
GetValue()
Returns the value of the constant
Declaration
protected override Variant GetValue()
Returns
| Type | Description |
|---|---|
| Variant |
Overrides
SetValue(Variant)
Constants can not be assigned so a exception is lauched
Declaration
protected override void SetValue(Variant avalue)
Parameters
| Type | Name | Description |
|---|---|---|
| Variant | avalue |