ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / IsNull Property

In This Topic
    IsNull Property (Variant)
    In This Topic
    Checks if the variant value is null.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsNull As Boolean
    public bool IsNull {get;}

    Property Value

    True if the variant value is Null, False otherwise.
    See Also