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
View SourceIdenConstant(Evaluator)
Constructor
Declaration
public IdenConstant(Evaluator eval)
Parameters
| Type | Name | Description |
|---|---|---|
| Evaluator | eval |
Fields
View SourceFValue
Declaration
protected Variant FValue
Field Value
| Type | Description |
|---|---|
| Variant |
Methods
View SourceGetValue()
Returns the value of the constant
Declaration
protected override Variant GetValue()
Returns
| Type | Description |
|---|---|
| Variant |
Overrides
View SourceSetValue(Variant)
Constants can not be assigned so a exception is lauched
Declaration
protected override void SetValue(Variant avalue)
Parameters
| Type | Name | Description |
|---|---|---|
| Variant | avalue |