Class IdenVariableParam
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class IdenVariableParam : IdenVariable
Constructors
IdenVariableParam(Evaluator, Param)
Constructor for the variable parameter
Declaration
public IdenVariableParam(Evaluator eval, Param nparam)
Parameters
| Type | Name | Description |
|---|---|---|
| Evaluator | eval | |
| Param | nparam |
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 and to the parameter
Declaration
protected override void SetValue(Variant avalue)
Parameters
| Type | Name | Description |
|---|---|---|
| Variant | avalue |