Search Results for

    Show / Hide Table of Contents

    Class IdenVariableParam

    Inheritance
    object
    EvalIdentifier
    IdenVariable
    IdenVariableParam
    Inherited Members
    IdenVariable.FValue
    EvalIdentifier.Name
    EvalIdentifier.FModel
    EvalIdentifier.FHelp
    EvalIdentifier.EvalObject
    EvalIdentifier.Model
    EvalIdentifier.Help
    EvalIdentifier.Value
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    IdenVariable.GetValue()

    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
    Overrides
    IdenVariable.SetValue(Variant)
    In this article
    Back to top Generated by DocFX