Class IdenVariableParam
An evaluator variable identifier backed by a report Param, so reading or assigning the variable in an expression reflects and updates that parameter's last value.
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class IdenVariableParam : IdenVariable
Constructors
View SourceIdenVariableParam(Evaluator, Param)
Constructor for the variable parameter
Declaration
public IdenVariableParam(Evaluator eval, Param nparam)
Parameters
| Type | Name | Description |
|---|---|---|
| Evaluator | eval | |
| Param | nparam |
Methods
View SourceGetValue()
Gets the internal value
Declaration
protected override Variant GetValue()
Returns
| Type | Description |
|---|---|
| Variant |
Overrides
View SourceSetValue(Variant)
The value is assigned to the internal value and to the parameter
Declaration
protected override void SetValue(Variant avalue)
Parameters
| Type | Name | Description |
|---|---|---|
| Variant | avalue |