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

In This Topic
    NewExpressionInfo Class
    In This Topic
    Represents a constructor in an expression, such as new.
    Object Model
    NewExpressionInfo Class
    Syntax
    'Declaration
     
    Public Class NewExpressionInfo 
       Inherits ExpressionInfo
    public class NewExpressionInfo : 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.NewExpressionInfo

    See Also