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

In This Topic
    IsEmptyString Property
    In This Topic
    Get the value indicating if the expression represents an empty string.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmptyString As Boolean
    public bool IsEmptyString {get;}

    Property Value

    A System.Boolean value. true if the expression is empty string; otherwise, false.
    See Also