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

In This Topic
    NothingExpressionInfo Class
    In This Topic
    Represents the value "Nothing" in the ExpressionInfo.
    Object Model
    NothingExpressionInfo Class
    Syntax
    'Declaration
     
    Public NotInheritable Class NothingExpressionInfo 
       Inherits ExpressionInfo
    public sealed class NothingExpressionInfo : 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.NothingExpressionInfo

    See Also