ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / FunctionExpressionInfo Class
Members

In This Topic
    FunctionExpressionInfo Class
    In This Topic
    Represents an expression that is a constant value.
    Object Model
    FunctionExpressionInfo Class
    Syntax
    'Declaration
     
    Public NotInheritable Class FunctionExpressionInfo 
       Inherits ExpressionInfo
    public sealed class FunctionExpressionInfo : ExpressionInfo 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
          GrapeCity.Enterprise.Data.Expressions.FunctionExpressionInfo

    See Also