ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbLet Field

In This Topic
    vbLet Field
    In This Topic
    Specifies that the property being accessed when calling the CallByName function is to assign a value to a simple property or to an element of an array property.
    Syntax
    'Declaration
     
    Public Const vbLet As CallType
    public const CallType vbLet
    See Also